diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-27 10:22:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-28 10:00:01 +0100 |
commit | ae25d5d3a333f58723eb9449cd3694cc0b80b3a6 (patch) | |
tree | ea2e7aa8375bb5142c7a67bbf4def4cc06269037 /sfx2 | |
parent | 6db4b97ee12805ce993bd7663a0613b4b4f25587 (diff) |
loplugin:unusedfields
Change-Id: Iffbb4e7107a0b1ae35c879c193a9ec209addf453
Reviewed-on: https://gerrit.libreoffice.org/64144
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/sfxbasecontroller.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sfx2/source/view/sfxbasecontroller.cxx b/sfx2/source/view/sfxbasecontroller.cxx index 1d3990b01322..88fdd373f8b2 100644 --- a/sfx2/source/view/sfxbasecontroller.cxx +++ b/sfx2/source/view/sfxbasecontroller.cxx @@ -107,12 +107,6 @@ using ::com::sun::star::frame::XTitle; using ::com::sun::star::ui::XSidebarProvider; -struct GroupIDToCommandGroup -{ - SfxGroupId const nGroupID; - sal_Int16 const nCommandGroup; -}; - typedef std::unordered_map< SfxGroupId, sal_Int16 > GroupHashMap; sal_Int16 MapGroupIDToCommandGroup( SfxGroupId nGroupID ) |