]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphParameters.h
remove noload/don't typeset
[lyx.git] / src / ParagraphParameters.h
index de6b2c08948d72a1c0e91a624f6ff2701adc27d0..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;
@@ -91,33 +88,6 @@ public:
        LyXLength const & leftIndent() const;
        ///
        void leftIndent(LyXLength const &);
-       ///
-#ifndef NO_PEXTRA_REALLY
-       ///
-       int pextraType() const;
-       ///
-       void pextraType(int);
-       ///
-       string const & pextraWidth() const;
-       ///
-       void pextraWidth(string const &);
-       ///
-       string const & pextraWidthp() const;
-       ///
-       void pextraWidthp(string const &);
-       ///
-       int pextraAlignment() const;
-       ///
-       void pextraAlignment(int);
-       ///
-       bool pextraHfill() const;
-       ///
-       void pextraHfill(bool);
-       ///
-       bool pextraStartMinipage() const;
-       ///
-       void pextraStartMinipage(bool);
-#endif
 private:
        ///
        void set_from_struct(ParameterStruct const &);