summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2023-01-23 16:31:25 +0100
committerStephan Bergmann <sbergman@redhat.com>2023-01-25 06:44:18 +0000
commit5c312c986eac570af1c8c3210bdcbde213aae6dc (patch)
tree69eac5313ef292bd97b175ce8037c190d635ffc7 /toolkit
parentaef70869b0fae3001648ec2a2651ffc9c507678f (diff)
Use ImplInheritanceHelper in VCLXAccessibleComponent
Change-Id: I300f033054bddc2c0ee1973dbafc108c477bf09a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146103 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/awt/vclxaccessiblecomponent.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/toolkit/source/awt/vclxaccessiblecomponent.cxx b/toolkit/source/awt/vclxaccessiblecomponent.cxx
index 26dcde5e1b01..2c9565fec9a7 100644
--- a/toolkit/source/awt/vclxaccessiblecomponent.cxx
+++ b/toolkit/source/awt/vclxaccessiblecomponent.cxx
@@ -79,16 +79,6 @@ VCLXAccessibleComponent::~VCLXAccessibleComponent()
DisconnectEvents();
}
-IMPLEMENT_FORWARD_XINTERFACE2( VCLXAccessibleComponent, OAccessibleExtendedComponentHelper, VCLXAccessibleComponent_BASE )
-css::uno::Sequence< css::uno::Type > SAL_CALL VCLXAccessibleComponent::getTypes()
-{
- return ::comphelper::concatSequences(
- OAccessibleExtendedComponentHelper::getTypes(),
- VCLXAccessibleComponent_BASE::getTypes()
- );
-}
-IMPLEMENT_GET_IMPLEMENTATION_ID( VCLXAccessibleComponent )
-
OUString VCLXAccessibleComponent::getImplementationName()
{
return "com.sun.star.comp.toolkit.AccessibleWindow";