summaryrefslogtreecommitdiff
path: root/xmloff/source/style/prstylecond.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/prstylecond.cxx')
-rw-r--r--xmloff/source/style/prstylecond.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/xmloff/source/style/prstylecond.cxx b/xmloff/source/style/prstylecond.cxx
index f0dafdf1c36d..ad16ee813cb8 100644
--- a/xmloff/source/style/prstylecond.cxx
+++ b/xmloff/source/style/prstylecond.cxx
@@ -68,9 +68,8 @@ OUString GetParaStyleCondExternal( OUString const &internal)
{
if (internal.compareToAscii( g_ConditionMap[i].aInternal ) == 0)
{
- OUString aResult( GetXMLToken( g_ConditionMap[i].nExternal ) );
-
- aResult += "()";
+ OUString aResult = GetXMLToken( g_ConditionMap[i].nExternal ) +
+ "()";
if (g_ConditionMap[i].aValue != -1)
{
aResult += "=" +