]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetert.C
* In the process of fixing the math background color bug, this commit transfer backgr...
[lyx.git] / src / insets / insetert.C
index 344a94569cb7228e74f2a5129cb0b37238042930..cb62a2579b4290e7b6236371c5609daa868d2191 100644 (file)
@@ -174,7 +174,7 @@ int InsetERT::latex(Buffer const &, odocstream & os,
 int InsetERT::plaintext(Buffer const &, odocstream &,
                         OutputParams const &) const
 {
-       return 0;
+       return 0; // do not output TeX code
 }