summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-12-14 13:55:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-12-14 14:34:06 +0100
commitc521e614359d236405754134a54e8a05bdb1c44c (patch)
treeb945830e091da74f768c48008734dd8e9042082f /sfx2
parentd98cf29aa4e5ce14f0c96a18be563f5ce36879df (diff)
loplugin:unusedenumconstants
Change-Id: I49996ad433409a9189c0f7adc997858e1512f40c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107687 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/sidebar/SidebarController.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sfx2/source/sidebar/SidebarController.cxx b/sfx2/source/sidebar/SidebarController.cxx
index 2430641aa2d7..3d894a97b124 100644
--- a/sfx2/source/sidebar/SidebarController.cxx
+++ b/sfx2/source/sidebar/SidebarController.cxx
@@ -99,16 +99,6 @@ namespace
namespace sfx2::sidebar {
namespace {
- enum MenuId
- {
- MID_UNLOCK_TASK_PANEL = 1,
- MID_LOCK_TASK_PANEL,
- MID_HIDE_SIDEBAR,
- MID_CUSTOMIZATION,
- MID_RESTORE_DEFAULT,
- MID_FIRST_PANEL,
- MID_FIRST_HIDE = 1000
- };
/** When in doubt, show this deck.
*/