summaryrefslogtreecommitdiff
path: root/include/vcl/menu.hxx
diff options
context:
space:
mode:
authorNoel <noel.grandin@collabora.co.uk>2021-02-26 13:23:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-02-27 08:21:47 +0100
commit3190244989a233902845fa4a7ab8dd64c2372da3 (patch)
tree5d2e78f858273f22c6a325352772befba78f4aa7 /include/vcl/menu.hxx
parentc5b911b23f45ba86100c2eadc747b27c8744a96d (diff)
loplugin:unnecessaryvirtual
Change-Id: I99f5302ec5727aae3fad6767b9b477d37beb573b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111624 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/menu.hxx')
-rw-r--r--include/vcl/menu.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/menu.hxx b/include/vcl/menu.hxx
index 55b4ca10ed71..f48a4e427d06 100644
--- a/include/vcl/menu.hxx
+++ b/include/vcl/menu.hxx
@@ -233,7 +233,7 @@ public:
void Activate();
void Deactivate();
- virtual void Select();
+ void Select();
void InsertItem(sal_uInt16 nItemId, const OUString& rStr,
MenuItemBits nItemBits = MenuItemBits::NONE,