]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommand.h
Better TOC output for XHTML, per Rob and Pavel.
[lyx.git] / src / insets / InsetCommand.h
index 2d1d678a222878b0a1e731b44df70d1daea13ee5..3ea57c98dc3ade79ca92ebfad310aaa20ce08a5e 100644 (file)
@@ -76,7 +76,7 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///
@@ -91,7 +91,7 @@ protected:
        /// \name Methods relaying to the InsetCommandParams p_
        //@{
        ///
-       docstring contextMenu(BufferView const & bv, int x, int y) const;
+       docstring contextMenuName() const;
        ///
        bool showInsetDialog(BufferView * bv) const;
        ///