summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/style/xmlnume.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/source/style/xmlnume.cxx b/xmloff/source/style/xmlnume.cxx
index b0f78141c2..00e0a62bd2 100644
--- a/xmloff/source/style/xmlnume.cxx
+++ b/xmloff/source/style/xmlnume.cxx
@@ -489,6 +489,7 @@ void SvxXMLNumRuleExport::exportLevelStyle( INT32 nLevel,
}
}
+ {
SvXMLElementExport aElement( GetExport(), XML_NAMESPACE_STYLE,
XML_LIST_LEVEL_PROPERTIES, sal_True, sal_True );
@@ -539,6 +540,7 @@ void SvxXMLNumRuleExport::exportLevelStyle( INT32 nLevel,
XML_LIST_LEVEL_LABEL_ALIGNMENT,
sal_True, sal_True );
}
+ }
if( NumberingType::CHAR_SPECIAL == eType )
{