]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetText.h
Remove all BufferParam arguments in InsetXXX methods (since insets know about their...
[lyx.git] / src / insets / InsetText.h
index ee3e4884b89443c12f4fae757c44f7b58ba1d655..bcb0bfa503868d9a7e597ef556f7bf6cfcf0fb99 100644 (file)
@@ -20,7 +20,6 @@
 namespace lyx {
 
 class Buffer;
-class BufferParams;
 class BufferView;
 class CompletionList;
 class CursorSlice;
@@ -115,9 +114,9 @@ public:
        /// set the change for the entire inset
        void setChange(Change const & change);
        /// accept the changes within the inset
-       void acceptChanges(BufferParams const & bparams);
+       void acceptChanges();
        /// reject the changes within the inset
-       void rejectChanges(BufferParams const & bparams);
+       void rejectChanges();
 
        /// append text onto the existing text
        void appendParagraphs(ParagraphList &);