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>
This commit is contained in:
parent
98901a4b2a
commit
80f92c3ce3
1 changed files with 1 additions and 1 deletions
|
@ -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( )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue