]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseterror.h
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / inseterror.h
index 62f146a6871c9abbf8d80c765be431f78ad8b8fb..8619f644a17cd9f3767c7772e259fa6c7c19183f 100644 (file)
@@ -51,7 +51,7 @@ public:
        ///
        int linuxdoc(Buffer const *, std::ostream &) const { return 0; }
        ///
-       int docBook(Buffer const *, std::ostream &) const { return 0; }
+       int docbook(Buffer const *, std::ostream &) const { return 0; }
        ///
        bool autoDelete() const { return true; }
        /// what appears in the minibuffer when opening
@@ -59,6 +59,8 @@ public:
        ///
        void edit(BufferView *, int, int, unsigned int);
        ///
+       void edit(BufferView * bv, bool front = true);
+       ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
        Inset * clone(Buffer const &, bool same_id = false) const {