summaryrefslogtreecommitdiff
path: root/accessibility/inc/extended/accessiblelistbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/inc/extended/accessiblelistbox.hxx')
-rw-r--r--accessibility/inc/extended/accessiblelistbox.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/accessibility/inc/extended/accessiblelistbox.hxx b/accessibility/inc/extended/accessiblelistbox.hxx
index d51458ec25c5..e8249be5d20a 100644
--- a/accessibility/inc/extended/accessiblelistbox.hxx
+++ b/accessibility/inc/extended/accessiblelistbox.hxx
@@ -88,10 +88,6 @@ namespace accessibility
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw (css::uno::RuntimeException, std::exception) override;
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() throw(css::uno::RuntimeException, std::exception) override;
- // XServiceInfo - static methods
- static css::uno::Sequence< OUString > getSupportedServiceNames_Static() throw(css::uno::RuntimeException);
- static OUString getImplementationName_Static() throw(css::uno::RuntimeException);
-
// XAccessible
virtual css::uno::Reference< css::accessibility::XAccessibleContext > SAL_CALL getAccessibleContext( ) throw (css::uno::RuntimeException, std::exception) override;