]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.h
#7379 avoid the wrap spell check question when buffer is empty
[lyx.git] / src / insets / InsetNote.h
index 24f9a66542e94149778bbb1e06044c51274b432e..04435a0b40358b1209e5de6ee5f068abe858b1ce 100644 (file)
@@ -63,8 +63,10 @@ private:
        docstring name() const;
        ///
        DisplayType display() const;
-       ///
-       bool noFontChange() const { return params_.type != InsetNoteParams::Note; }
+       /** returns false if, when outputing LaTeX, font changes should
+           be closed before generating this inset. This is needed for
+           insets that may contain several paragraphs */
+       bool inheritFont() const { return params_.type == InsetNoteParams::Note; }
        /// Is the content of this inset part of the output document?
        bool producesOutput() const
                { return params_.type == InsetNoteParams::Greyedout; }