]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
Fix crash when outputting XHTML. Not resetting the paragraphs
[lyx.git] / src / insets / InsetTabular.h
index 3a3f63a602bd961471a2b66cd65e676026da78a2..81b6c14e5a2f50dc6ad3e575f4b39fa4470161b8 100644 (file)
@@ -824,9 +824,9 @@ public:
        ///
        InsetCode lyxCode() const { return TABULAR_CODE; }
        ///
-       docstring contextMenu(BufferView const &, int, int) const;
+       std::string contextMenu(BufferView const &, int, int) const;
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        /// get offset of this cursor slice relative to our upper left corner
        void cursorPos(BufferView const & bv, CursorSlice const & sl,
                bool boundary, int & x, int & y) const;