diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-08 13:53:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-09 07:28:18 +0100 |
commit | ccb6b8967ce3d84bb141379e51a339544f753446 (patch) | |
tree | d355f45a0f366b172da16337e627036c024da1d2 /sw/source/uibase/inc/drawbase.hxx | |
parent | bb029e0483385df9a8bc8b2998284b6c28c03eab (diff) |
loplugin:unnecessaryvirtual
Change-Id: I1fcde14b66ce80157cbebe7f3ec8c5ced1e13143
Reviewed-on: https://gerrit.libreoffice.org/68937
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/inc/drawbase.hxx')
-rw-r--r-- | sw/source/uibase/inc/drawbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/drawbase.hxx b/sw/source/uibase/inc/drawbase.hxx index a59a8ea13d40..5b9141332091 100644 --- a/sw/source/uibase/inc/drawbase.hxx +++ b/sw/source/uibase/inc/drawbase.hxx @@ -50,7 +50,7 @@ public: bool IsCreateObj() const { return m_bCreateObj; } // mouse- & key events; return value=true: event was edited - virtual bool MouseMove(const MouseEvent& rMEvt); + bool MouseMove(const MouseEvent& rMEvt); virtual bool MouseButtonUp(const MouseEvent& rMEvt); virtual bool MouseButtonDown(const MouseEvent& rMEvt); |