]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettabular.h
fix typo in commit 16925
[lyx.git] / src / insets / insettabular.h
index cb785f4b5ec2bc738a21e93a0016a7110a89f5e3..c9e5c5c68d3f46ef1ace66407f742741bc596b0a 100644 (file)
@@ -118,9 +118,9 @@ public:
        /// set the change for the entire inset
        void setChange(Change const & change);
        /// accept the changes within the inset
-       void acceptChanges();
+       void acceptChanges(BufferParams const & bparams);
        /// reject the changes within the inset
-       void rejectChanges();
+       void rejectChanges(BufferParams const & bparams);
 
        // this should return true if we have a "normal" cell, otherwise false.
        // "normal" means without width set!
@@ -177,8 +177,6 @@ private:
        ///
        void removeTabularRow();
        ///
-       bool hasPasteBuffer() const;
-       ///
        bool copySelection(LCursor & cur);
        ///
        bool pasteSelection(LCursor & cur);
@@ -190,7 +188,7 @@ private:
        void getSelection(LCursor & cur, row_type & rs, row_type & re,
                          col_type & cs, col_type & ce) const;
        ///
-       bool insertAsciiString(BufferView &, docstring const & buf, bool usePaste);
+       bool insertPlaintextString(BufferView &, docstring const & buf, bool usePaste);
        /// are we operating on several cells?
        bool tablemode(LCursor & cur) const;