X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetFlex.h;h=3bb10abe493a6b2918d784cb1296cc529e1fdd28;hb=2c357c1d23b7b83839a9beb8225d4f1ae4f793b4;hp=7ea771bd9c19b3543646a2f4295e155f85c1c9ae;hpb=2f1699747a9b100700e24932b3ec98ced6252f41;p=lyx.git diff --git a/src/insets/InsetFlex.h b/src/insets/InsetFlex.h index 7ea771bd9c..3bb10abe49 100644 --- a/src/insets/InsetFlex.h +++ b/src/insets/InsetFlex.h @@ -31,9 +31,6 @@ public: /// docstring name() const { return from_utf8(name_); } - /// Is this character style defined in the document's textclass? - /// May be wrong after textclass change or paste from another document - bool undefined() const; /// virtual docstring const editMessage() const; /// @@ -43,7 +40,7 @@ public: /// void read(Buffer const & buf, Lexer & lex); /// - bool forceDefaultParagraphs(idx_type) const { return true; } + virtual bool allowParagraphCustomization(idx_type) const { return false; } /// int plaintext(Buffer const &, odocstream &,