diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-03 16:45:23 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-03 17:49:41 +0200 |
commit | 1b5dae25b0252ddf6021553f78b79115652c3b6b (patch) | |
tree | 874a167aa5ea94225de32693447ebb43396d41e3 /include/svx | |
parent | 6ad127ead70cc0942c9876556dda7f525d7d01a0 (diff) |
loplugin:unnecessaryvirtual
Change-Id: Ib329e251ee405f60568a2fea6cb93f54a84063cd
Reviewed-on: https://gerrit.libreoffice.org/80144
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svdmrkv.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdmrkv.hxx b/include/svx/svdmrkv.hxx index a593130163c0..cb5660018260 100644 --- a/include/svx/svdmrkv.hxx +++ b/include/svx/svdmrkv.hxx @@ -320,7 +320,7 @@ public: virtual bool HasMarkedPoints() const; // There might be points which can't be marked: - virtual bool IsPointMarkable(const SdrHdl& rHdl) const; + bool IsPointMarkable(const SdrHdl& rHdl) const; virtual bool MarkPoint(SdrHdl& rHdl, bool bUnmark=false); /** should only be used from outside svx for special ui elements */ |