diff options
-rw-r--r-- | sfx2/source/view/sfxbasecontroller.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/source/view/sfxbasecontroller.cxx b/sfx2/source/view/sfxbasecontroller.cxx index a119281a43af..31dfd3d296bb 100644 --- a/sfx2/source/view/sfxbasecontroller.cxx +++ b/sfx2/source/view/sfxbasecontroller.cxx @@ -108,9 +108,6 @@ struct GroupIDToCommandGroup sal_Int16 nCommandGroup; }; -// Please update when a new command group is added -const sal_Int16 MAX_COMMANDGROUP = frame::CommandGroup::CONTROLS; - static bool bGroupIDMapInitialized = false; static const GroupIDToCommandGroup GroupIDCommandGroupMap[] = { |