]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetERT.h
Remove all BufferParam arguments in InsetXXX methods (since insets know about their...
[lyx.git] / src / insets / InsetERT.h
index 2df001b3e0972615b10418bb6f67fa2c78425ef3..1e02fc8d9fb565d5f8fbf3a515076dfca6ce1113 100644 (file)
@@ -57,6 +57,8 @@ private:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
+       docstring xhtml(odocstream &, OutputParams const &) const;
+       ///
        void validate(LaTeXFeatures &) const {}
        ///
        bool showInsetDialog(BufferView *) const;
@@ -69,7 +71,7 @@ private:
        ///
        Inset * clone() const { return new InsetERT(*this); }
        ///
-       void setButtonLabel(BufferView const & bv);
+       docstring const buttonLabel(BufferView const & bv) const;
        ///
        bool allowSpellCheck() const { return false; }
 };