mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Style
This commit is contained in:
parent
7ccdc6edf5
commit
8b1f1c29ff
@ -673,7 +673,7 @@ docstring Inset::completionPrefix(Cursor const &) const
|
||||
}
|
||||
|
||||
|
||||
Language const * Inset::getLocalOrDefaultLang(const OutputParams & rp) const
|
||||
Language const * Inset::getLocalOrDefaultLang(OutputParams const & rp) const
|
||||
{
|
||||
return (rp.local_font != nullptr)
|
||||
? rp.local_font->language()
|
||||
|
@ -621,7 +621,7 @@ public:
|
||||
virtual bool confirmDeletion() const { return false; }
|
||||
/// Return the local_font's language or the buffer's default language
|
||||
/// if local_font is null
|
||||
Language const * getLocalOrDefaultLang(const OutputParams &) const;
|
||||
Language const * getLocalOrDefaultLang(OutputParams const &) const;
|
||||
|
||||
protected:
|
||||
/// Constructors
|
||||
|
Loading…
Reference in New Issue
Block a user