]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
hopefully fix tex2lyx linking.
[lyx.git] / src / paragraph.h
index 60dd0fba9366799e9bd4b439982fa5a884b0442e..5febe6ce64ec2bc9ddc7fdd759fcfd98538f4c4a 100644 (file)
@@ -178,8 +178,6 @@ public:
        ///
        bool empty() const { return text_.empty(); }
        ///
-       void setContentsFromPar(Paragraph const & par);
-       ///
        void clearContents();
 
        ///
@@ -220,8 +218,8 @@ public:
        /// 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);
 
        /// Paragraphs can contain "manual labels", for example, Description
        /// environment. The text for this user-editable label is stored in