summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/wrthtml.hxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2002-05-16 12:08:58 +0000
committerMichael Brauer <mib@openoffice.org>2002-05-16 12:08:58 +0000
commit819f0e54f4d19220db50b8ecd006511ee1c9f79b (patch)
tree13b6badc02ff7641e49189ca7a1f3cb13c416773 /sw/source/filter/html/wrthtml.hxx
parent104d1199b438c67c40dcc80c3897c6522089630d (diff)
#97334#: Process non positive margin correctly in HTML export
Diffstat (limited to 'sw/source/filter/html/wrthtml.hxx')
-rw-r--r--sw/source/filter/html/wrthtml.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/filter/html/wrthtml.hxx b/sw/source/filter/html/wrthtml.hxx
index ae9e1a5d1aa2..7b662030e834 100644
--- a/sw/source/filter/html/wrthtml.hxx
+++ b/sw/source/filter/html/wrthtml.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wrthtml.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mib $ $Date: 2001-10-24 14:16:17 $
+ * last change: $Author: mib $ $Date: 2002-05-16 13:08:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -309,9 +309,9 @@ public:
sal_uInt16 nFormCntrlCnt;
sal_uInt16 nEndNote;
sal_uInt16 nFootNote;
- sal_uInt16 nLeftMargin; // linker Einzug (z.B. aus Listen)
- sal_uInt16 nDfltLeftMargin; // die dafaults, der nicht geschrieben
- sal_uInt16 nDfltRightMargin; // werden muessen (aus der Vorlage)
+ sal_Int32 nLeftMargin; // linker Einzug (z.B. aus Listen)
+ sal_Int32 nDfltLeftMargin; // die dafaults, der nicht geschrieben
+ sal_Int32 nDfltRightMargin; // werden muessen (aus der Vorlage)
short nFirstLineIndent; // Erstzeilen-Einzug (aus Listen)
short nDfltFirstLineIndent; // nicht zu schreibender default
sal_uInt16 nDfltTopMargin; // die defaults, der nicht geschrieben
@@ -319,7 +319,7 @@ public:
sal_uInt16 nIndentLvl; // wie weit ist eingerueckt?
xub_StrLen nWhishLineLen; // wie lang darf eine Zeile werden?
sal_uInt16 nDefListLvl; // welcher DL-Level existiert gerade
- sal_uInt16 nDefListMargin; // Wie weit wird in DL eingerueckt
+ sal_Int32 nDefListMargin; // Wie weit wird in DL eingerueckt
sal_uInt16 nHeaderFooterSpace;
sal_uInt16 nTxtAttrsToIgnore;
sal_uInt16 nExportMode;