]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetPhantom.h
#7379 avoid the wrap spell check question when buffer is empty
[lyx.git] / src / insets / InsetPhantom.h
index af32517be67abb3fcc64c693cce6788e44ad5a7f..a6711acdccf576e96397d336291fea8afaa2d0f6 100644 (file)
@@ -76,13 +76,13 @@ private:
        ///
        bool neverIndent() const { return true; }
        ///
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///
        int docbook(odocstream &, OutputParams const &) const;
        /// Makes no sense fof XHTML.
-       docstring xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        ///
@@ -94,7 +94,7 @@ private:
        /// used by the constructors
        void init();
        ///
-       docstring contextMenu(BufferView const & bv, int x, int y) const;
+       docstring contextMenuName() const;
        ///
        friend class InsetPhantomParams;