]> git.lyx.org Git - features.git/blobdiff - src/insets/insettabular.h
merge CursorItem and MathPos
[features.git] / src / insets / insettabular.h
index 1ce6e92edf5686811562c8b147182b43fbfb0f9d..a84ce256f47ffc16211672f4170043012f82a1fe 100644 (file)
@@ -207,7 +207,9 @@ private:
                has_selection = true;
        }
        ///
-       void activateCellInset(BufferView *, int x, int y, bool behind);
+       void activateCellInset(BufferView *, int cell, int x, int y);
+       ///
+       void activateCellInset(BufferView *, int cell, bool behind);
        ///
        bool hasPasteBuffer() const;
        ///
@@ -237,8 +239,6 @@ private:
        mutable int sel_cell_start;
        /// the ending cell selection nr
        mutable int sel_cell_end;
-       /// -1: no cell, >= 0 cell
-       mutable int locked_cell;
        ///
        mutable int actcell;
        ///