]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetERT.cpp
Some real easy ones.
[features.git] / src / insets / InsetERT.cpp
index f6e99d849878dadaa34a8856f5ac183137e6c290..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?
@@ -137,7 +143,6 @@ bool InsetERT::getStatus(Cursor & cur, FuncRequest const & cmd,
                case LFUN_PASTE:
                case LFUN_PRIMARY_SELECTION_PASTE:
                case LFUN_QUOTE_INSERT:
-               case LFUN_INSET_SETTINGS:
                        status.setEnabled(true);
                        return true;