]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetExternal.h
#7379 avoid the wrap spell check question when buffer is empty
[lyx.git] / src / insets / InsetExternal.h
index 58377daee72a8f83f88e0c66359ab4852ee7255e..92eb61238fc42117f3b60b4813c7009544938ed8 100644 (file)
@@ -109,9 +109,9 @@ public:
        /// Update not loaded previews
        void updatePreview();
        /// \returns the number of rows (\n's) of generated code.
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
-       docstring contextMenu(BufferView const & bv, int x, int y) const;
+       docstring contextMenuName() const;
        ///
        bool setMouseHover(BufferView const * bv, bool mouse_hover);
        ///