mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Use InsetLayout instead of hardcoding forcePlainLayout and
allowParagraphCustomization.
This commit is contained in:
parent
dbf6daf99e
commit
88d9fc574e
@ -82,10 +82,6 @@ public:
|
|||||||
///
|
///
|
||||||
bool neverIndent() const { return true; }
|
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 plaintext(odocstream &, OutputParams const &) const;
|
||||||
///
|
///
|
||||||
int docbook(odocstream &, OutputParams const &) const;
|
int docbook(odocstream &, OutputParams const &) const;
|
||||||
|
Loading…
Reference in New Issue
Block a user