summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-09 16:41:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-10 08:13:33 +0200
commit3277446dc37f445b4d95a6c1272caf20242518c5 (patch)
treeb44d7f69a299fb120320758fcc1b9697e0c33add /svx/inc
parent25a3658f514e644ca89294530f1cd5398795dcfb (diff)
rename TakeSdrDragComment to GetSdrDragComment
and return the value, instead of using an awkward out-parameter Change-Id: Ie1b2b31d36a2aa352b40b3582e0014e6b1f95390 Reviewed-on: https://gerrit.libreoffice.org/80549 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/dragmt3d.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/dragmt3d.hxx b/svx/inc/dragmt3d.hxx
index 475fa05a69df..a92f3be188f7 100644
--- a/svx/inc/dragmt3d.hxx
+++ b/svx/inc/dragmt3d.hxx
@@ -71,7 +71,7 @@ public:
E3dDragConstraint eConstr,
bool bFull);
- virtual void TakeSdrDragComment(OUString& rStr) const override;
+ virtual OUString GetSdrDragComment() const override;
virtual bool BeginSdrDrag() override;
virtual void MoveSdrDrag(const Point& rPnt) override;
virtual void CancelSdrDrag() override;