summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-08-04 00:25:32 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-08-04 00:54:12 +0900
commite2e15148fc133c0b6fb3d9dc3cade2ef2ef64f41 (patch)
treec9a3b8971b78b7c5dcf065687ce8319d63955414 /extensions
parentbe2761ce013c349d6f6e825b89c76e1c60a63343 (diff)
Mark as const/static
Change-Id: I54a7daee7345e7c0c5c3f866d5c365722b567eff
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/bibliography/framectr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/bibliography/framectr.cxx b/extensions/source/bibliography/framectr.cxx
index 5a6cd4f95e6d..d8a64739bfd8 100644
--- a/extensions/source/bibliography/framectr.cxx
+++ b/extensions/source/bibliography/framectr.cxx
@@ -76,7 +76,7 @@ struct CacheDispatchInfo
// Attention: commands must be sorted by command groups. Implementation is dependent
// on this!!
-static DispatchInfo SupportedCommandsArray[] =
+static const DispatchInfo SupportedCommandsArray[] =
{
{ ".uno:Undo" , frame::CommandGroup::EDIT , sal_False },
{ ".uno:Cut" , frame::CommandGroup::EDIT , sal_False },