X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetScript.h;h=3107b6255dd24c28a837bd42dc5f7d463f875204;hb=1bd422355430d4753e48eee298dafaf8c1ac458f;hp=84ed50e1b12a09c94749556d8a98004b44fecc49;hpb=0d21dca360b55d83acae2a15466fdb879831ff03;p=lyx.git diff --git a/src/insets/InsetScript.h b/src/insets/InsetScript.h index 84ed50e1b1..3107b6255d 100644 --- a/src/insets/InsetScript.h +++ b/src/insets/InsetScript.h @@ -82,8 +82,12 @@ public: /// bool forcePlainLayout(idx_type = 0) const { return true; } /// + bool allowParagraphCustomization(idx_type = 0) const { return false; } + /// bool neverIndent() const { return true; } /// + bool inheritFont() const { return false; } + /// int plaintext(odocstringstream & ods, OutputParams const & op, size_t max_length = INT_MAX) const; ///