summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdovirt.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-30 16:13:52 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:17 +0200
commitad5a56abf2d28cd5dc019a5081da41fef6253ed6 (patch)
treea57a72965190875d1472a3386d9eae16566f96ac /svx/source/svdraw/svdovirt.cxx
parentbfd3c3069f1d89a125bce4e0fcebf3636fb5f8af (diff)
convert include/svx/svdovirt.hxx from String to OUString
Change-Id: I3af71e2eae19068c4eafd58d8be3a62506ea28f6
Diffstat (limited to 'svx/source/svdraw/svdovirt.cxx')
-rw-r--r--svx/source/svdraw/svdovirt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdovirt.cxx b/svx/source/svdraw/svdovirt.cxx
index 2a545777be9e..947755eb1921 100644
--- a/svx/source/svdraw/svdovirt.cxx
+++ b/svx/source/svdraw/svdovirt.cxx
@@ -323,7 +323,7 @@ basegfx::B2DPolyPolygon SdrVirtObj::getSpecialDragPoly(const SdrDragStat& rDrag)
// TODO: we don't handle offsets yet!
}
-String SdrVirtObj::getSpecialDragComment(const SdrDragStat& rDrag) const
+OUString SdrVirtObj::getSpecialDragComment(const SdrDragStat& rDrag) const
{
return rRefObj.getSpecialDragComment(rDrag);
}