[Libreoffice-commits] core.git: accessibility/source

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 30 16:29:46 UTC 2020


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

New commits:
commit 80f92c3ce3c72bf48d4b34c11537407e1a3b7a3c
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Jun 30 15:18:31 2020 +0200
Commit:     Stephan Bergmann <sbergman at 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 <sbergman at 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( )
 {


More information about the Libreoffice-commits mailing list