summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/svxcss1.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/svxcss1.hxx')
-rw-r--r--sw/source/filter/html/svxcss1.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/source/filter/html/svxcss1.hxx b/sw/source/filter/html/svxcss1.hxx
index 8b4099003cf8..bfb9503342f6 100644
--- a/sw/source/filter/html/svxcss1.hxx
+++ b/sw/source/filter/html/svxcss1.hxx
@@ -107,6 +107,8 @@ public:
bool bLeftMargin : 1;
bool bRightMargin : 1;
bool bTextIndent : 1;
+ bool m_bNumbering : 1;
+ bool m_bBullet : 1;
SvxAdjust eFloat;
@@ -119,6 +121,9 @@ public:
sal_uInt16 nColumnCount;
+ sal_uInt16 m_nNumberingType;
+ sal_Unicode m_cBulletChar;
+
long nLeft, nTop;
long nWidth, nHeight;
long nLeftMargin, nRightMargin;