Quote insets are allowed in ERT.
This commit is contained in:
Juergen Spitzmueller 2018-07-22 20:04:19 +02:00
parent 611df441b6
commit 8ef7d1aaec

View File

@ -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_;
};