]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetindex.h
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / insetindex.h
index 051d78cd3f7d8f4cc2230d236d8d99768d9a0339..2f4baef458506144adf493181586614d726a7fcc 100644 (file)
@@ -31,7 +31,7 @@ public:
                return new InsetIndex(params(), same_id);
        }
        ///
-       string const getScreenLabel() const;
+       string const getScreenLabel(Buffer const *) const;
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
@@ -40,6 +40,8 @@ public:
        void edit(BufferView * bv, bool front = true);
        ///
        Inset::Code lyxCode() const;
+       ///
+       int docbook(Buffer const *, std::ostream &) const;
 };
 
 
@@ -64,7 +66,7 @@ public:
        ///
        Inset::Code lyxCode() const;
        ///
-       string const getScreenLabel() const;
+       string const getScreenLabel(Buffer const *) const;
 };
 
 #endif