diff options
Diffstat (limited to 'include/svx/svddrgmt.hxx')
-rw-r--r-- | include/svx/svddrgmt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svddrgmt.hxx b/include/svx/svddrgmt.hxx index c484c8736625..ab6a87344511 100644 --- a/include/svx/svddrgmt.hxx +++ b/include/svx/svddrgmt.hxx @@ -146,7 +146,7 @@ protected: void createSdrDragEntries_GlueDrag(); // old call forwarders to the SdrDragView - void ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, OUString& rStr) const; + void ImpTakeDescriptionStr(const char* pStrCacheID, OUString& rStr) const; SdrHdl* GetDragHdl() const { return getSdrDragView().mpDragHdl; } SdrHdlKind GetDragHdlKind() const { return getSdrDragView().meDragHdl; } SdrDragStat& DragStat() { return getSdrDragView().maDragStat; } |