]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetspecialchar.C
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / insetspecialchar.C
index ae2704cb308edf21c7a76511367bf7303dc0570c..0c03dde33cea8adad5b0a3fd02d71bdd545a99de 100644 (file)
@@ -340,3 +340,9 @@ bool InsetSpecialChar::isSpace() const
 {
        return kind_ == PROTECTED_SEPARATOR;
 }
+
+
+bool InsetSpecialChar::isLineSeparator() const
+{
+       return kind_ == HYPHENATION || kind_ == MENU_SEPARATOR;
+}