diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-08-04 00:25:32 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-08-04 00:54:12 +0900 |
commit | e2e15148fc133c0b6fb3d9dc3cade2ef2ef64f41 (patch) | |
tree | c9a3b8971b78b7c5dcf065687ce8319d63955414 /extensions | |
parent | be2761ce013c349d6f6e825b89c76e1c60a63343 (diff) |
Mark as const/static
Change-Id: I54a7daee7345e7c0c5c3f866d5c365722b567eff
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/bibliography/framectr.cxx | 2 |
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 }, |