]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetVSpace.cpp
* Fix merging of cells (multicolumn, multirow) when the first cell in the selection...
[lyx.git] / src / insets / InsetVSpace.cpp
index e8fad01615a21dc07c4f5f699d044d7658401b9e..057435eedaf437e77395bedf8c182443553b4fbb 100644 (file)
@@ -201,10 +201,9 @@ void InsetVSpace::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-int InsetVSpace::latex(odocstream & os, OutputParams const &) const
+void InsetVSpace::latex(otexstream & os, OutputParams const &) const
 {
        os << from_ascii(space_.asLatexCommand(buffer().params())) << '\n';
-       return 1;
 }
 
 
@@ -233,7 +232,7 @@ docstring InsetVSpace::xhtml(XHTMLStream &, OutputParams const &) const
 }
 
 
-docstring InsetVSpace::contextMenu(BufferView const &, int, int) const
+docstring InsetVSpace::contextMenuName() const
 {
        return from_ascii("context-vspace");
 }