summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/func/fudraw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/fudraw.cxx')
-rw-r--r--sd/source/ui/func/fudraw.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/func/fudraw.cxx b/sd/source/ui/func/fudraw.cxx
index b06f63fc7765..c8bfd0d26cb0 100644
--- a/sd/source/ui/func/fudraw.cxx
+++ b/sd/source/ui/func/fudraw.cxx
@@ -743,11 +743,11 @@ bool FuDraw::SetHelpText(const SdrObject* pObj, const Point& rPosPixel, const Sd
INetURLObject::DecodeMechanism::WithCharset);
else if (pIMapObj)
{
- aURL = pIMapObj->GetAltText();
- aURL += " ("
- + INetURLObject::decode(pIMapObj->GetURL(),
- INetURLObject::DecodeMechanism::WithCharset)
- + ")";
+ aURL = pIMapObj->GetAltText() +
+ " (" +
+ INetURLObject::decode(pIMapObj->GetURL(),
+ INetURLObject::DecodeMechanism::WithCharset) +
+ ")";
}
else
return false;