X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetScript.h;h=3107b6255dd24c28a837bd42dc5f7d463f875204;hb=1bd422355430d4753e48eee298dafaf8c1ac458f;hp=c4b9445b2a0c04f0d6dac6ff27b276aa8b4eb480;hpb=33022ebb5a3b926601be5216a0cc9524e4c32cc3;p=lyx.git diff --git a/src/insets/InsetScript.h b/src/insets/InsetScript.h index c4b9445b2a..3107b6255d 100644 --- a/src/insets/InsetScript.h +++ b/src/insets/InsetScript.h @@ -80,13 +80,16 @@ public: /// void read(Lexer & lex); /// - bool neverIndent() const { return true; } - /// bool forcePlainLayout(idx_type = 0) const { return true; } /// bool allowParagraphCustomization(idx_type = 0) const { return false; } /// - int plaintext(odocstream &, OutputParams const &) const; + bool neverIndent() const { return true; } + /// + bool inheritFont() const { return false; } + /// + int plaintext(odocstringstream & ods, OutputParams const & op, + size_t max_length = INT_MAX) const; /// int docbook(odocstream &, OutputParams const &) const; ///