summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtprhdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtprhdl.cxx')
-rw-r--r--xmloff/source/text/txtprhdl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/txtprhdl.cxx b/xmloff/source/text/txtprhdl.cxx
index 0bcc3d3ea8ba..32644e5f7f1c 100644
--- a/xmloff/source/text/txtprhdl.cxx
+++ b/xmloff/source/text/txtprhdl.cxx
@@ -546,7 +546,7 @@ bool XMLFrameProtectPropHdl_Impl::exportXML(
}
else
{
- rStrExpValue = rStrExpValue + " " + sVal;
+ rStrExpValue += " " + sVal;
}
}
else if( rStrExpValue.isEmpty() )
@@ -775,7 +775,7 @@ bool XMLGrfMirrorPropHdl_Impl::exportXML(
}
else
{
- rStrExpValue = rStrExpValue + " " + sVal;
+ rStrExpValue += " " + sVal;
}
}
else if( rStrExpValue.isEmpty() )