]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Kornel's gcc compile fix.
[lyx.git] / src / Paragraph.h
index 856ac76925527fcf64104e146df6a1663e4a04d2..0336ffead27a425628b4e7acf32a0c5fd85a36bb 100644 (file)
@@ -178,10 +178,6 @@ public:
        ///
        Inset const & inInset() const;
        ///
-       InsetCode ownerCode() const;
-       ///
-       bool forcePlainLayout() const;
-       ///
        bool allowParagraphCustomization() const;
        ///
        bool usePlainLayout() const;
@@ -216,7 +212,7 @@ public:
        /// is there a deletion at the given pos ?
        bool isDeleted(pos_type pos) const;
        /// is the whole paragraph deleted ?
-       bool isFullyDeleted(pos_type start, pos_type end) const;
+       bool isDeleted(pos_type start, pos_type end) const;
 
        /// will the paragraph be physically merged with the next
        /// one if the imaginary end-of-par character is logically deleted?