]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Reintroduce the code related to InsetEnvSeparator
[lyx.git] / src / Paragraph.h
index 587612d76b3c5a7f64711ed55cba79648e8fbe25..ef99c9ffa44d9868c172f53638b40512c0000914 100644 (file)
@@ -404,6 +404,8 @@ public:
        bool isInset(pos_type pos) const;
        ///
        bool isNewline(pos_type pos) const;
+       ///
+       bool isEnvSeparator(pos_type pos) const;
        /// return true if the char is a word separator
        bool isSeparator(pos_type pos) const;
        ///
@@ -429,8 +431,6 @@ public:
        /// return true if we allow this par to stay empty
        bool allowEmpty() const;
        ///
-       char_type transformChar(char_type c, pos_type pos) const;
-       ///
        ParagraphParameters & params();
        ///
        ParagraphParameters const & params() const;