diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2024-11-26 08:19:00 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2024-11-26 12:03:54 +0100 |
commit | c9cae91d0a37051e1009730ceadf3a1ca3f239ee (patch) | |
tree | fe5a97e4a2db8d44fdbde51933e97573150fcf94 /accessibility/inc | |
parent | ea0b06415b35ff68959c8fb24355f2c15ad63e64 (diff) |
a11y: Drop VCLXAccessibleComponent::supportsService overrides
Like the base class implementation, they call
cppu::supportsService, so there's no need to override
the former.
Change-Id: I6550edce0567502a411cac402923c2c02e02f58d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177311
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
Diffstat (limited to 'accessibility/inc')
-rw-r--r-- | accessibility/inc/extended/accessibleiconchoicectrl.hxx | 1 | ||||
-rw-r--r-- | accessibility/inc/extended/accessiblelistbox.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/accessibility/inc/extended/accessibleiconchoicectrl.hxx b/accessibility/inc/extended/accessibleiconchoicectrl.hxx index 5ead84ee3466..99adb175f8e8 100644 --- a/accessibility/inc/extended/accessibleiconchoicectrl.hxx +++ b/accessibility/inc/extended/accessibleiconchoicectrl.hxx @@ -62,7 +62,6 @@ namespace accessibility // XServiceInfo virtual OUString SAL_CALL getImplementationName() override; - virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) override; virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override; // XAccessible diff --git a/accessibility/inc/extended/accessiblelistbox.hxx b/accessibility/inc/extended/accessiblelistbox.hxx index 55112facacbc..7570bdbb5afe 100644 --- a/accessibility/inc/extended/accessiblelistbox.hxx +++ b/accessibility/inc/extended/accessiblelistbox.hxx @@ -77,7 +77,6 @@ namespace accessibility // XServiceInfo virtual OUString SAL_CALL getImplementationName() override; - virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) override; virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override; // XAccessible |