]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetERT.cpp
Some real easy ones.
[features.git] / src / insets / InsetERT.cpp
index bd59d14072c7fea2e37af3b9ac9b5bac35797f04..5376c71f4d00c72b144086de32c462fa797085dc 100644 (file)
@@ -81,6 +81,12 @@ int InsetERT::plaintext(odocstream &, OutputParams const &) const
 }
 
 
+int InsetERT::xhtml(odocstream &, OutputParams const &) const
+{
+       return 0; // do not output TeX code
+}
+
+
 int InsetERT::docbook(odocstream & os, OutputParams const &) const
 {
        // FIXME can we do the same thing here as for LaTeX?