]> 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 58ce0521946c9350a2f83d2d7e8ad04fad9ffe14..239ced831fe62fd0148b4f8cd0d42730d50a91ca 100644 (file)
@@ -34,6 +34,8 @@ public:
        void write(std::ostream &) const;
        /// should paragraph indendation be ommitted in any case?
        bool neverIndent() const { return true; }
+       ///
+       bool hasSettings() const { return false; }
 
 protected:
        InsetFlex(InsetFlex const &);