]> 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 a606cefc5cd0046da9230e92a42ffd6a498fbaef..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; 
+       return PLAINTEXT_NEWLINE;
 }