summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/futransf.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/futransf.cxx')
-rw-r--r--sd/source/ui/func/futransf.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/func/futransf.cxx b/sd/source/ui/func/futransf.cxx
index 161fe7237266..96a805040cb9 100644
--- a/sd/source/ui/func/futransf.cxx
+++ b/sd/source/ui/func/futransf.cxx
@@ -51,8 +51,8 @@ namespace {
void setUndo(::sd::View* pView, const SfxItemSet* pArgs)
{
// Undo
- OUString aString(pView->GetDescriptionOfMarkedObjects());
- aString += " " + SdResId(STR_TRANSFORM);
+ OUString aString = pView->GetDescriptionOfMarkedObjects() +
+ " " + SdResId(STR_TRANSFORM);
pView->BegUndo(aString);
pView->SetGeoAttrToMarked(*pArgs);