diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-21 16:47:24 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-22 07:40:33 +0100 |
commit | c50357ff625972464d1a591afe4198d3f6f42a39 (patch) | |
tree | 6d10334c4af64b7c138f7c780e690659e66fd3f8 /sw/source/uibase/ribbar | |
parent | 131cc96a890b8988703532d09773bb0bde20ee8a (diff) |
loplugin:unusedfields in sw
Change-Id: Id68a01042f8398d7d4803a9ce7eb03620732f1ce
Reviewed-on: https://gerrit.libreoffice.org/68163
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/ribbar')
-rw-r--r-- | sw/source/uibase/ribbar/conpoly.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sw/source/uibase/ribbar/conpoly.cxx b/sw/source/uibase/ribbar/conpoly.cxx index ad573d06a80c..247306be78b6 100644 --- a/sw/source/uibase/ribbar/conpoly.cxx +++ b/sw/source/uibase/ribbar/conpoly.cxx @@ -33,15 +33,6 @@ ConstPolygon::ConstPolygon(SwWrtShell* pWrtShell, SwEditWin* pEditWin, SwView* p { } -bool ConstPolygon::MouseButtonDown(const MouseEvent& rMEvt) -{ - bool bReturn = SwDrawBase::MouseButtonDown(rMEvt); - if (bReturn) - aLastPos = rMEvt.GetPosPixel(); - - return bReturn; -} - bool ConstPolygon::MouseMove(const MouseEvent& rMEvt) { bool bReturn = SwDrawBase::MouseMove(rMEvt); |