X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finset.h;h=aae88009d78c4c7e8be4955fcd897013adda9cab;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=92812d2463d9aee2cbba842986b51227a6d32a46;hpb=f0a372d294a035f229e14ebd9c9b7394deda0075;p=lyx.git diff --git a/src/insets/inset.h b/src/insets/inset.h index 92812d2463..aae88009d7 100644 --- a/src/insets/inset.h +++ b/src/insets/inset.h @@ -309,9 +309,12 @@ public: virtual bool isChar() const { return false; } // is this equivalent to a letter? virtual bool isLetter() const { return false; } - // is this equivalent to a space? + // is this equivalent to a space (which is BTW different from + // a line separator)? virtual bool isSpace() const { return false; } - // if this inset has paragraphs should they be outpu all as default + // should we break lines after this inset? + virtual bool isLineSeparator() const { return false; } + // if this inset has paragraphs should they be output all as default // paragraphs with "Standard" layout? virtual bool forceDefaultParagraphs(Inset const *) const; // needed for widths which are % of something