X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLayout.h;h=f957f747304a85425b1142d2a701c54b3162c831;hb=815a9bd97e8236d47761a143041702045abf2cbd;hp=0a398d31c29b2ac0e9fda2bd413cc35910e2b091;hpb=b0097bcddbc2c99755db192c0720f693825ef319;p=lyx.git diff --git a/src/Layout.h b/src/Layout.h index 0a398d31c2..f957f74730 100644 --- a/src/Layout.h +++ b/src/Layout.h @@ -95,10 +95,10 @@ public: docstring const & preamble() const { return preamble_; } /// Get language dependent macro definitions needed for this layout /// for language \p lang - docstring const langpreamble(Language const * lang) const; + docstring const langpreamble(Language const * lang, bool const polyglossia) const; /// Get language and babel dependent macro definitions needed for /// this layout for language \p lang - docstring const babelpreamble(Language const * lang) const; + docstring const babelpreamble(Language const * lang, bool const polyglossia) const; /// std::set const & requires() const { return requires_; } /// @@ -214,10 +214,6 @@ public: /// MarginType margintype; /// - bool fill_top; - /// - bool fill_bottom; - /// bool newline_allowed; /// bool nextnoindent; @@ -225,6 +221,8 @@ public: bool free_spacing; /// bool pass_thru; + /// + bool parbreak_is_newline; /// show this in toc int toclevel; /// special value of toclevel for non-section layouts