mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
parent
611df441b6
commit
8ef7d1aaec
@ -80,7 +80,7 @@ private:
|
||||
///
|
||||
bool allowSpellCheck() const { return false; }
|
||||
///
|
||||
bool insetAllowed(InsetCode /* code */) const { return false; }
|
||||
bool insetAllowed(InsetCode code) const { return code == QUOTE_CODE; }
|
||||
///
|
||||
unique_ptr<support::TempFile> tempfile_;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user