accessibility/source/standard/vclxaccessiblescrollbar.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 80f92c3ce3c72bf48d4b34c11537407e1a3b7a3c
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue Jun 30 15:18:31 2020 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Tue Jun 30 18:29:06 2020 +0200

    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 <sberg...@redhat.com>

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( )
 {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to