summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlnume.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-10 08:38:08 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-10 08:38:49 +0000
commit3f9a1181bdb3f2dc969c938819bc22388902d84d (patch)
tree876a27237b1db577fcc5165c6f7260e98d94d4a3 /xmloff/source/style/xmlnume.cxx
parent326271192ff3fde88dc43f4be8d8769bfcb9504d (diff)
last one cut too deeply, restore scoping brackets
Diffstat (limited to 'xmloff/source/style/xmlnume.cxx')
-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 72d87fdbb2fd..e3d33647e9b6 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 )
{