summaryrefslogtreecommitdiff
path: root/sfx2/source/view/sfxbasecontroller.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-08-22 13:59:45 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-08-22 14:02:31 +0900
commit98e20a37badecd868460ddbdc73262c494242b42 (patch)
treebafe144a009f40ca847cfbfbfd7c6c31812e0525 /sfx2/source/view/sfxbasecontroller.cxx
parent43b989808142f49347929311347f9402f4c06368 (diff)
Mark as const
Change-Id: I65a05b59da6dbc2d37a55129c54ca0f322702364
Diffstat (limited to 'sfx2/source/view/sfxbasecontroller.cxx')
-rw-r--r--sfx2/source/view/sfxbasecontroller.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/sfxbasecontroller.cxx b/sfx2/source/view/sfxbasecontroller.cxx
index 8783d61d6814..f97567ff8242 100644
--- a/sfx2/source/view/sfxbasecontroller.cxx
+++ b/sfx2/source/view/sfxbasecontroller.cxx
@@ -112,7 +112,7 @@ struct GroupIDToCommandGroup
const sal_Int16 MAX_COMMANDGROUP = frame::CommandGroup::CONTROLS;
static bool bGroupIDMapInitialized = false;
-static GroupIDToCommandGroup GroupIDCommandGroupMap[] =
+static const GroupIDToCommandGroup GroupIDCommandGroupMap[] =
{
{ GID_INTERN , frame::CommandGroup::INTERNAL },
{ GID_APPLICATION , frame::CommandGroup::APPLICATION },