diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-30 16:13:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-05 08:54:17 +0200 |
commit | ad5a56abf2d28cd5dc019a5081da41fef6253ed6 (patch) | |
tree | a57a72965190875d1472a3386d9eae16566f96ac /include/svx/svdorect.hxx | |
parent | bfd3c3069f1d89a125bce4e0fcebf3636fb5f8af (diff) |
convert include/svx/svdovirt.hxx from String to OUString
Change-Id: I3af71e2eae19068c4eafd58d8be3a62506ea28f6
Diffstat (limited to 'include/svx/svdorect.hxx')
-rw-r--r-- | include/svx/svdorect.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdorect.hxx b/include/svx/svdorect.hxx index bc3f6b74c85d..f3119e02817b 100644 --- a/include/svx/svdorect.hxx +++ b/include/svx/svdorect.hxx @@ -99,7 +99,7 @@ public: virtual bool hasSpecialDrag() const; virtual bool beginSpecialDrag(SdrDragStat& rDrag) const; virtual bool applySpecialDrag(SdrDragStat& rDrag); - virtual String getSpecialDragComment(const SdrDragStat& rDrag) const; + virtual OUString getSpecialDragComment(const SdrDragStat& rDrag) const; virtual basegfx::B2DPolyPolygon TakeCreatePoly(const SdrDragStat& rDrag) const; virtual Pointer GetCreatePointer() const; |