]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetline.C
* In the process of fixing the math background color bug, this commit transfer backgr...
[lyx.git] / src / insets / insetline.C
index 73c8ed647dae02fe81122e85505552e840c9b5ca..de2b9996a17f342f1da8871eaadaa6df49667ff2 100644 (file)
@@ -70,10 +70,10 @@ int InsetLine::latex(Buffer const &, odocstream & os,
 
 
 int InsetLine::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;
 }