]> git.lyx.org Git - lyx.git/blobdiff - src/ParameterStruct.h
more guii moving around.
[lyx.git] / src / ParameterStruct.h
index 0f332b5a2a023fdf1eaadd84a690fb3a03f870fc..38bde8212f29814e3c37f7e7adf47b3a9892ee2c 100644 (file)
@@ -6,6 +6,7 @@
 #include "vspace.h"
 #include "Spacing.h"
 #include "layout.h"
+#include "lyxlength.h"
 
 #ifdef __GNUG__
 #pragma interface
@@ -45,6 +46,9 @@ struct ParameterStruct {
        string labelstring;
        ///
        string labelwidthstring;
+       ///
+       LyXLength leftindent;
+       ///
 #ifndef NO_PEXTRA_REALLY
        ///
        int pextra_type;
@@ -93,6 +97,7 @@ bool operator==(ParameterStruct const & ps1,
                && ps1.appendix == ps2.appendix
                && ps1.labelstring == ps2.labelstring
                && ps1.labelwidthstring == ps2.labelwidthstring
+               && ps1.leftindent == ps2.leftindent
 #ifndef NO_PEXTRA_REALLY
                && ps1.pextra_type == ps2.pextra_type
                && ps1.pextra_width == ps2.pextra_width