summaryrefslogtreecommitdiff
path: root/xmloff
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
commit269ebab74cf3b8c2e1f4f5b998ec562cfd422068 (patch)
tree7f747d15d3743250225650ad52a54aa46206b5d9 /xmloff
parent88985c938b5da2063b279a34e7d0a050933d5183 (diff)
last one cut too deeply, restore scoping brackets
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 )
{