summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/framectr.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-07-01 07:14:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-07-01 08:17:13 +0200
commit2469ef45f1701f00b76f19666aa75fc8b6addcac (patch)
treecd53909b78bb761a81a20c104b290048d5d51418 /extensions/source/bibliography/framectr.cxx
parentcf1d55096a06ff4293046578d83735134a3014d6 (diff)
Upcoming improved loplugin:staticanonymous -> redundantstatic: extensions
Change-Id: Ifce7b61cc5bd0901c7ee43712dc236f5aec47edc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97560 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'extensions/source/bibliography/framectr.cxx')
-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 9aa912a93b08..aa1b91e85a1f 100644
--- a/extensions/source/bibliography/framectr.cxx
+++ b/extensions/source/bibliography/framectr.cxx
@@ -74,7 +74,7 @@ struct CacheDispatchInfo
// Attention: commands must be sorted by command groups. Implementation is dependent
// on this!!
-static const DispatchInfo SupportedCommandsArray[] =
+const DispatchInfo SupportedCommandsArray[] =
{
{ ".uno:Undo" , frame::CommandGroup::EDIT , false },
{ ".uno:Cut" , frame::CommandGroup::EDIT , false },