summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdorect.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-01-31 15:04:51 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-01-31 21:38:57 -0500
commit960b61a1bce06f3a3bb59caa5e5757732cc1b9e8 (patch)
tree269090478423b17a45e08a5cfa211438a0896dc1 /svx/source/svdraw/svdorect.cxx
parent5f47d3323987ab68f64b2e3a45449820391f09ba (diff)
XubString to rtl::OUString.
Diffstat (limited to 'svx/source/svdraw/svdorect.cxx')
-rw-r--r--svx/source/svdraw/svdorect.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdorect.cxx b/svx/source/svdraw/svdorect.cxx
index 34e8d4e7892c..d684ae31328f 100644
--- a/svx/source/svdraw/svdorect.cxx
+++ b/svx/source/svdraw/svdorect.cxx
@@ -518,7 +518,7 @@ bool SdrRectObj::DoMacro(const SdrObjMacroHitRec& rRec)
return SdrTextObj::DoMacro(rRec);
}
-XubString SdrRectObj::GetMacroPopupComment(const SdrObjMacroHitRec& rRec) const
+rtl::OUString SdrRectObj::GetMacroPopupComment(const SdrObjMacroHitRec& rRec) const
{
return SdrTextObj::GetMacroPopupComment(rRec);
}