summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/attributeoutputbase.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2013-10-17 18:47:36 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2013-10-17 19:03:36 +0200
commit8e434a45c2f8bee39d9a70fbe2707d8a144ac790 (patch)
tree00423a0ae6426c90fd06d84909ec4842cbfa1d1f /sw/source/filter/ww8/attributeoutputbase.hxx
parentc450aafad00da4553fc6f7abadb19b4b16df6b88 (diff)
MSWordStyles: initial DOCX export of list styles
Change-Id: I96522b72de1e0322229105c24913ed011b28d170
Diffstat (limited to 'sw/source/filter/ww8/attributeoutputbase.hxx')
-rw-r--r--sw/source/filter/ww8/attributeoutputbase.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/attributeoutputbase.hxx b/sw/source/filter/ww8/attributeoutputbase.hxx
index fc04861d6782..a528d28cb034 100644
--- a/sw/source/filter/ww8/attributeoutputbase.hxx
+++ b/sw/source/filter/ww8/attributeoutputbase.hxx
@@ -136,7 +136,8 @@ namespace msword {
enum StyleType
{
STYLE_TYPE_PARA,
- STYLE_TYPE_CHAR
+ STYLE_TYPE_CHAR,
+ STYLE_TYPE_LIST
};
class AttributeOutputBase