summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdotxdr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdotxdr.cxx')
-rw-r--r--svx/source/svdraw/svdotxdr.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdotxdr.cxx b/svx/source/svdraw/svdotxdr.cxx
index a5aae5432817..b340340a1a3c 100644
--- a/svx/source/svdraw/svdotxdr.cxx
+++ b/svx/source/svdraw/svdotxdr.cxx
@@ -173,9 +173,7 @@ bool SdrTextObj::applySpecialDrag(SdrDragStat& rDrag)
OUString SdrTextObj::getSpecialDragComment(const SdrDragStat& /*rDrag*/) const
{
- OUString aStr;
- ImpTakeDescriptionStr(STR_DragRectResize,aStr);
- return aStr;
+ return ImpGetDescriptionStr(STR_DragRectResize);
}