Use InsetLayout instead of hardcoding forcePlainLayout and

allowParagraphCustomization.
This commit is contained in:
Richard Heck 2012-04-17 09:43:29 -04:00
parent dbf6daf99e
commit 88d9fc574e

View File

@ -82,10 +82,6 @@ public:
///
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;
///
int docbook(odocstream &, OutputParams const &) const;