summaryrefslogtreecommitdiff
path: root/accessibility/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-06-30 15:18:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-06-30 18:29:06 +0200
commit80f92c3ce3c72bf48d4b34c11537407e1a3b7a3c (patch)
tree1b7da06679864b18594f265ee389abe1e29b4fba /accessibility/source
parent98901a4b2a2da724a76fde316e82dc1129bbb4fb (diff)
Upcoming improved loplugin:staticanonymous -> redundantstatic: accessibility
Change-Id: Ibb44e313924970319c3409323160ca7f5a6d184e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97519 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'accessibility/source')
-rw-r--r--accessibility/source/standard/vclxaccessiblescrollbar.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/source/standard/vclxaccessiblescrollbar.cxx b/accessibility/source/standard/vclxaccessiblescrollbar.cxx
index 277aea285021..329aaec906bc 100644
--- a/accessibility/source/standard/vclxaccessiblescrollbar.cxx
+++ b/accessibility/source/standard/vclxaccessiblescrollbar.cxx
@@ -105,7 +105,7 @@ Sequence< OUString > VCLXAccessibleScrollBar::getSupportedServiceNames()
// XAccessibleAction
-static constexpr sal_Int32 ACCESSIBLE_ACTION_COUNT=4;
+constexpr sal_Int32 ACCESSIBLE_ACTION_COUNT=4;
sal_Int32 VCLXAccessibleScrollBar::getAccessibleActionCount( )
{