]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettabular.h
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / insettabular.h
index c0f97e46b20061867856e4f9ee8f575a02a697cd..1d358d53d468c297091d8e1f2ecdf827ed708a08 100644 (file)
@@ -218,9 +218,9 @@ public:
        void toggleSelection(BufferView *, bool kill_selection);
        ///
        bool searchForward(BufferView *, string const &,
-                          bool const & = true, bool const & = false);
+                          bool = true, bool = false);
        bool searchBackward(BufferView *, string const &,
-                           bool const & = true, bool const & = false);
+                           bool = true, bool = false);
 
        // this should return true if we have a "normal" cell, otherwise true.
        // "normal" means without width set!