]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewpage.cpp
Remove all BufferParam arguments in InsetXXX methods (since insets know about their...
[lyx.git] / src / insets / InsetNewpage.cpp
index ea71596c723a70b4ff341dee8b320273b3fa09a4..e014e50aba766917e5f4c64ea3a284f9a1d7bbc4 100644 (file)
@@ -247,10 +247,10 @@ int InsetNewpage::docbook(odocstream & os, OutputParams const &) const
 }
 
 
-int InsetNewpage::xhtml(odocstream & os, OutputParams const &) const
+docstring InsetNewpage::xhtml(odocstream & os, OutputParams const &) const
 {
        os << "<br />\n";
-       return 0;
+       return docstring();
 }