]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Compile fix.
[lyx.git] / src / Paragraph.h
index dec527cbc85590ec8963ad4d5b11057e514d81a7..e1cb33e0f1cc9ebf42a90aecf077dc96fad2a16d 100644 (file)
@@ -229,10 +229,10 @@ public:
        void setChange(pos_type pos, Change const & change);
 
        /// accept changes within the given range
-       void acceptChanges(BufferParams const & bparams, pos_type start, pos_type end);
+       void acceptChanges(pos_type start, pos_type end);
 
        /// reject changes within the given range
-       void rejectChanges(BufferParams const & bparams, pos_type start, pos_type end);
+       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
@@ -250,9 +250,6 @@ public:
        docstring const getLabelWidthString() const;
        /// Set label width string.
        void setLabelWidthString(docstring const & s);
-       /// translate \p label to the paragraph language if possible.
-       docstring const translateIfPossible(docstring const & label,
-               BufferParams const & bparams) const;
        /// Expand the counters for the labelstring of \c layout
        docstring expandLabel(Layout const &, BufferParams const &,
                bool process_appendix = true) const;