summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/wrthtml.hxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2000-12-12 12:11:13 +0000
committerMichael Brauer <mib@openoffice.org>2000-12-12 12:11:13 +0000
commitf346a2cbf418f807f1c1010297093b5a86100016 (patch)
tree4574dae9e5e664391163a86b99dbe2e9bdedf5b7 /sw/source/filter/html/wrthtml.hxx
parent5bf53a65be5a6adaf85b600039d84a7d321774f2 (diff)
#80296#: Export start value if a list is continued
Diffstat (limited to 'sw/source/filter/html/wrthtml.hxx')
-rw-r--r--sw/source/filter/html/wrthtml.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/filter/html/wrthtml.hxx b/sw/source/filter/html/wrthtml.hxx
index 6f4255ab19a2..2450b377977c 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.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2000-11-01 19:23:14 $
+ * last change: $Author: mib $ $Date: 2000-12-12 13:11:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -257,6 +257,7 @@ public:
SvStringsDtor aImgMapNames; // geschriebene Image Maps
SvStringsSortDtor aImplicitMarks;// implizite Stprungmarken
SvStringsDtor aOutlineMarks; // geschriebene Image Maps
+ SvStringsSortDtor aNumRuleNames;// Names of exported num rules
SvULongs aOutlineMarkPoss;
HTMLControls aHTMLControls; // die zu schreibenden ::com::sun::star::form::Forms
SwHTMLFmtInfos aChrFmtInfos;