summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdorect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdorect.cxx')
-rw-r--r--svx/source/svdraw/svdorect.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdorect.cxx b/svx/source/svdraw/svdorect.cxx
index a60894e46147..3e2e1d094ecf 100644
--- a/svx/source/svdraw/svdorect.cxx
+++ b/svx/source/svdraw/svdorect.cxx
@@ -439,9 +439,9 @@ String SdrRectObj::getSpecialDragComment(const SdrDragStat& rDrag) const
if(nRad < 0)
nRad = 0;
- rtl::OUString aStr;
+ OUString aStr;
ImpTakeDescriptionStr(STR_DragRectEckRad, aStr);
- rtl::OUStringBuffer aBuf(aStr);
+ OUStringBuffer aBuf(aStr);
aBuf.appendAscii(" (");
aBuf.append(GetMetrStr(nRad));
aBuf.append(sal_Unicode(')'));
@@ -509,7 +509,7 @@ bool SdrRectObj::DoMacro(const SdrObjMacroHitRec& rRec)
return SdrTextObj::DoMacro(rRec);
}
-rtl::OUString SdrRectObj::GetMacroPopupComment(const SdrObjMacroHitRec& rRec) const
+OUString SdrRectObj::GetMacroPopupComment(const SdrObjMacroHitRec& rRec) const
{
return SdrTextObj::GetMacroPopupComment(rRec);
}