diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-30 19:01:53 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:32 +0200 |
commit | 02dc946236de7465998c59892f3629d009eaea17 (patch) | |
tree | 837673a164262b99f5d79c6d051acf5c39e07969 /sfx2/source/view | |
parent | 1467b8328194db3899aac37075f76b45597f2d44 (diff) |
-Werror,-Wunused-const-variable
Change-Id: I499e5832999fd54b44774877da2ec3838d21ce75
Diffstat (limited to 'sfx2/source/view')
-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[] = { |