summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-27 08:25:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-27 18:43:53 +0100
commit0d4298a9880e48692871b5b3d4bbc551af6e37ae (patch)
treef67b1b91c7cd496af2dafbe4d3165316566151e8 /sc
parent75dd5d2e734ad9e8265b1954c7496d1ba241079e (diff)
loplugin:unnecessaryvirtual
Change-Id: I3e6424e10eade04951f8ab24bb61af4ce19d1204 Reviewed-on: https://gerrit.libreoffice.org/64113 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/condformatdlgentry.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/condformatdlgentry.hxx b/sc/source/ui/inc/condformatdlgentry.hxx
index 223d1796cab4..a46360555d7c 100644
--- a/sc/source/ui/inc/condformatdlgentry.hxx
+++ b/sc/source/ui/inc/condformatdlgentry.hxx
@@ -79,7 +79,7 @@ public:
virtual bool EventNotify( NotifyEvent& rNEvt ) override;
- virtual void SetPos(const ScAddress& rPos) { maPos = rPos; };
+ void SetPos(const ScAddress& rPos) { maPos = rPos; };
bool IsSelected() const { return mbActive;}
void SetIndex(sal_Int32 nIndex);
void SetHeight();