X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraphParameters.h;h=c2ab56d2e4b2c2a4ce4d4238b31ff8297ada2a42;hb=1bb197b5d4821404cfe11509c71d1f8de7cee711;hp=71a4af09d2379cb75a0b02fd82c5721b678f1420;hpb=54e7ddb5d9a348ae9cfc60f399e9c0c2658ab4c5;p=lyx.git diff --git a/src/ParagraphParameters.h b/src/ParagraphParameters.h index 71a4af09d2..c2ab56d2e4 100644 --- a/src/ParagraphParameters.h +++ b/src/ParagraphParameters.h @@ -7,12 +7,12 @@ #pragma interface #endif -#include "ShareContainer.h" #include "LString.h" +#include "ShareContainer.h" #include "layout.h" // Not yet... lyx 1.3.x or so -//#define NO_PEXTRA_REALLY 1 +#define NO_PEXTRA_REALLY 1 #include "ParameterStruct.h" @@ -87,6 +87,11 @@ public: string const & labelWidthString() const; /// void labelWidthString(string const &); + /// + LyXLength const & leftIndent() const; + /// + void leftIndent(LyXLength const &); + /// #ifndef NO_PEXTRA_REALLY /// int pextraType() const;