]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFlex.h
Remove all BufferParam arguments in InsetXXX methods (since insets know about their...
[lyx.git] / src / insets / InsetFlex.h
index c38cecff1054ab8a360ea508f9cb2020d42f6ab6..239ced831fe62fd0148b4f8cd0d42730d50a91ca 100644 (file)
@@ -26,25 +26,16 @@ public:
        InsetFlex(Buffer const &, std::string const & layoutName);
        ///
        docstring name() const { return from_utf8(name_); }
-
        ///
        docstring editMessage() const;
        ///
        InsetCode lyxCode() const { return FLEX_CODE; }
        ///
        void write(std::ostream &) const;
-       ///
-       void read(Lexer & lex);
-
-       ///
-       int plaintext(odocstream &, OutputParams const &) const;
-       ///
-       int docbook(odocstream &, OutputParams const &) const;
-       /// the string that is passed to the TOC
-       void tocString(odocstream &) const;
-
        /// should paragraph indendation be ommitted in any case?
        bool neverIndent() const { return true; }
+       ///
+       bool hasSettings() const { return false; }
 
 protected:
        InsetFlex(InsetFlex const &);