]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.h
hopefully fix tex2lyx linking.
[lyx.git] / src / paragraph_pimpl.h
index facbcb22fcb69c48c74c7325c1ce465af68f305e..efb347c2494dfbdc341c305c42a8c9b325ec72cb 100644 (file)
@@ -35,8 +35,6 @@ public:
        Pimpl(Paragraph * owner);
        /// "Copy constructor"
        Pimpl(Pimpl const &, Paragraph * owner);
-       ///
-       void setContentsFromPar(Paragraph const & par);
 
        //
        // Change tracking
@@ -51,8 +49,8 @@ public:
        void setChange(pos_type pos, Change const & change);
        /// accept changes within the given range
        void acceptChanges(pos_type start, pos_type end);
-       /// reject change
-       void rejectChange(pos_type start, pos_type end);
+       /// reject changes within the given range
+       void rejectChanges(pos_type start, pos_type end);
 
        ///
        value_type getChar(pos_type pos) const;