]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIndex.h
New DocBook support
[lyx.git] / src / insets / InsetIndex.h
index a0ed8fd82a7733a86022c9ea9bda862b70e53c20..a999ee5bb3195b77793c26a64c4ad727733e1559 100644 (file)
@@ -57,7 +57,7 @@ private:
        ///
        void read(Lexer & lex);
        ///
-       int docbook(odocstream &, OutputParams const &) const;
+       void docbook(XMLStream &, OutputParams const &) const;
        ///
        docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
@@ -68,7 +68,7 @@ private:
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
-       /// should paragraph indendation be omitted in any case?
+       /// should paragraph indentation be omitted in any case?
        bool neverIndent() const { return true; }
        ///
        void addToToc(DocIterator const & di, bool output_active,