summaryrefslogtreecommitdiff
path: root/editeng/source/items/paraitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/items/paraitem.cxx')
-rw-r--r--editeng/source/items/paraitem.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/editeng/source/items/paraitem.cxx b/editeng/source/items/paraitem.cxx
index ed159e14ed08..983f210dec3a 100644
--- a/editeng/source/items/paraitem.cxx
+++ b/editeng/source/items/paraitem.cxx
@@ -660,7 +660,7 @@ bool SvxHyphenZoneItem::GetPresentation
if ( bPageEnd )
pId = RID_SVXITEMS_PAGE_END_TRUE;
- rText = rText + EditResId(pId) + cpDelimTmp +
+ rText += EditResId(pId) + cpDelimTmp +
OUString::number( nMinLead ) + cpDelimTmp +
OUString::number( nMinTrail ) + cpDelimTmp +
OUString::number( nMaxHyphens );
@@ -677,8 +677,7 @@ bool SvxHyphenZoneItem::GetPresentation
if ( bPageEnd )
pId = RID_SVXITEMS_PAGE_END_TRUE;
- rText = rText +
- EditResId(pId) +
+ rText += EditResId(pId) +
cpDelimTmp +
EditResId(RID_SVXITEMS_HYPHEN_MINLEAD).replaceAll("%1", OUString::number(nMinLead)) +
cpDelimTmp +