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