]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetpagebreak.C
* In the process of fixing the math background color bug, this commit transfer backgr...
[lyx.git] / src / insets / insetpagebreak.C
index 7391a0806f961c1b58a5a0ad6e4ad20e40457756..c8a1ddeab1afc37be7667ac1b99bc5e56236a0d4 100644 (file)
@@ -88,10 +88,10 @@ int InsetPagebreak::latex(Buffer const &, odocstream & os,
 
 
 int InsetPagebreak::plaintext(Buffer const &, odocstream & os,
-                              OutputParams const & runparams) const
+                              OutputParams const &) const
 {
        os << '\n';
-       return runparams.linelen; // start with column 0 in new line
+       return PLAINTEXT_NEWLINE;
 }