diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-23 16:10:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-23 19:35:04 +0200 |
commit | b23b1295af584162f95c1559a3d8f8bbe4824413 (patch) | |
tree | 8421b5260395a0590207766f01ada865552267c6 /sw | |
parent | 09cd0e363d6c5b0e7b9cebc598030a7e3d397922 (diff) |
loplugin:returnconstval in svx
Change-Id: I501c341962e1d7e31f1466527b6e80f2294d79ed
Reviewed-on: https://gerrit.libreoffice.org/78017
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/dcontact.hxx | 2 | ||||
-rw-r--r-- | sw/source/core/draw/dcontact.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/dcontact.hxx b/sw/inc/dcontact.hxx index 4444a3ddb9fd..9955225a488b 100644 --- a/sw/inc/dcontact.hxx +++ b/sw/inc/dcontact.hxx @@ -236,7 +236,7 @@ class SwDrawVirtObj : public SdrVirtObj SwDrawContact& _rDrawContact); /// access to offset - virtual const Point GetOffset() const override; + virtual Point GetOffset() const override; virtual SwDrawVirtObj* CloneSdrObject(SdrModel& rTargetModel) const override; SwDrawVirtObj& operator= (const SwDrawVirtObj& rObj); diff --git a/sw/source/core/draw/dcontact.cxx b/sw/source/core/draw/dcontact.cxx index 1e5e2723772f..f30b076cb683 100644 --- a/sw/source/core/draw/dcontact.cxx +++ b/sw/source/core/draw/dcontact.cxx @@ -2293,7 +2293,7 @@ const tools::Rectangle& SwDrawVirtObj::GetLastBoundRect() const return aOutRect; } -const Point SwDrawVirtObj::GetOffset() const +Point SwDrawVirtObj::GetOffset() const { // do NOT use IsEmpty() here, there is already a useful offset // in the position |