X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSpacing.h;h=a78abb6c5a07668b416ac0840753c30d5f679ae2;hb=d145c2dc9f27666ca0ed9f8589f99f502d7b2a4d;hp=7761bbf9aa7c29027473ed845e118303407ba3a0;hpb=a8cd9a4b8fd325b00c75f601c66c6d618ba276db;p=lyx.git diff --git a/src/Spacing.h b/src/Spacing.h index 7761bbf9aa..a78abb6c5a 100644 --- a/src/Spacing.h +++ b/src/Spacing.h @@ -17,8 +17,8 @@ #else #include "support/strfwd.h" -#include +#include namespace lyx { @@ -58,10 +58,15 @@ public: void set(Spacing::Space sp, std::string const & val); /// void writeFile(std::ostream &, bool para = false) const; - /// - std::string const writeEnvirBegin() const; - /// - std::string const writeEnvirEnd() const; + /// useSetSpace is true when using the variant supported by + /// the memoir class. + std::string const writeEnvirBegin(bool useSetSpace) const; + /// useSetSpace is true when using the variant supported by + /// the memoir class. + std::string const writeEnvirEnd(bool useSetSpace) const; + /// useSetSpace is true when using the variant supported by + /// the memoir class. + std::string const writePreamble(bool useSetSpace) const; private: ///