]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphParameters.h
remove noload/don't typeset
[lyx.git] / src / ParagraphParameters.h
index 71a4af09d2379cb75a0b02fd82c5721b678f1420..a4b7ebbf8fdd03b716496984fc2db375bdcec66d 100644 (file)
@@ -7,13 +7,10 @@
 #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
-
 #include "ParameterStruct.h"
 
 class VSpace;
@@ -87,32 +84,10 @@ public:
        string const & labelWidthString() const;
        ///
        void labelWidthString(string const &);
-#ifndef NO_PEXTRA_REALLY
-       ///
-       int pextraType() const;
-       ///
-       void pextraType(int);
-       ///
-       string const & pextraWidth() const;
-       ///
-       void pextraWidth(string const &);
        ///
-       string const & pextraWidthp() const;
+       LyXLength const & leftIndent() const;
        ///
-       void pextraWidthp(string const &);
-       ///
-       int pextraAlignment() const;
-       ///
-       void pextraAlignment(int);
-       ///
-       bool pextraHfill() const;
-       ///
-       void pextraHfill(bool);
-       ///
-       bool pextraStartMinipage() const;
-       ///
-       void pextraStartMinipage(bool);
-#endif
+       void leftIndent(LyXLength const &);
 private:
        ///
        void set_from_struct(ParameterStruct const &);