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 /svx/source/svdraw/svdomeas.cxx | |
parent | bfd3c3069f1d89a125bce4e0fcebf3636fb5f8af (diff) |
convert include/svx/svdovirt.hxx from String to OUString
Change-Id: I3af71e2eae19068c4eafd58d8be3a62506ea28f6
Diffstat (limited to 'svx/source/svdraw/svdomeas.cxx')
-rw-r--r-- | svx/source/svdraw/svdomeas.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdomeas.cxx b/svx/source/svdraw/svdomeas.cxx index 90fa446be398..a1bce28da556 100644 --- a/svx/source/svdraw/svdomeas.cxx +++ b/svx/source/svdraw/svdomeas.cxx @@ -899,10 +899,9 @@ bool SdrMeasureObj::applySpecialDrag(SdrDragStat& rDrag) return true; } -String SdrMeasureObj::getSpecialDragComment(const SdrDragStat& /*rDrag*/) const +OUString SdrMeasureObj::getSpecialDragComment(const SdrDragStat& /*rDrag*/) const { - XubString aStr; - return aStr; + return OUString(); } void SdrMeasureObj::ImpEvalDrag(ImpMeasureRec& rRec, const SdrDragStat& rDrag) const |