]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewpage.cpp
* Fix merging of cells (multicolumn, multirow) when the first cell in the selection...
[lyx.git] / src / insets / InsetNewpage.cpp
index 6a141df2d98be021cb5a6bac063a014c409b9927..b0e290600184852276acd6c51bbeeb15225d9f8c 100644 (file)
@@ -213,7 +213,7 @@ ColorCode InsetNewpage::ColorName() const
 }
 
 
-int InsetNewpage::latex(otexstream & os, OutputParams const &) const
+void InsetNewpage::latex(otexstream & os, OutputParams const &) const
 {
        switch (params_.kind) {
                case InsetNewpageParams::NEWPAGE:
@@ -232,7 +232,6 @@ int InsetNewpage::latex(otexstream & os, OutputParams const &) const
                        os << "\\newpage{}";
                        break;
        }
-       return 0;
 }