diff options
Diffstat (limited to 'include/svx/svdotext.hxx')
-rw-r--r-- | include/svx/svdotext.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdotext.hxx b/include/svx/svdotext.hxx index 1e876b67c10a..b656777b2167 100644 --- a/include/svx/svdotext.hxx +++ b/include/svx/svdotext.hxx @@ -443,7 +443,7 @@ public: // special drag methods virtual bool hasSpecialDrag() const; virtual bool applySpecialDrag(SdrDragStat& rDrag); - virtual String getSpecialDragComment(const SdrDragStat& rDrag) const; + virtual OUString getSpecialDragComment(const SdrDragStat& rDrag) const; virtual bool BegCreate(SdrDragStat& rStat); virtual bool MovCreate(SdrDragStat& rStat); |