diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-06-10 16:26:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-06-10 21:14:02 +0200 |
commit | 3b5c92677708ab0135d63e1496b91054383c45b4 (patch) | |
tree | 3fc8f99dd3c22445fd7647a6782200155622dd90 /desktop | |
parent | 230e46106578a2abf8211b51c071c037fc6e5ad2 (diff) |
loplugin:unnecessaryvirtual
Change-Id: Ica246a12d93f5417ad857b9484575d03c66f761a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135601
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_dialog2.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_dialog2.hxx b/desktop/source/deployment/gui/dp_gui_dialog2.hxx index a11ff494e35a..9be38f1d7571 100644 --- a/desktop/source/deployment/gui/dp_gui_dialog2.hxx +++ b/desktop/source/deployment/gui/dp_gui_dialog2.hxx @@ -162,7 +162,7 @@ public: TheExtensionManager* getExtensionManager() const { return m_pManager; } - virtual void updateList(); + void updateList(); virtual void prepareChecking() override; virtual void checkEntries() override; |