diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-01-09 11:53:17 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-01-10 10:21:16 +0000 |
commit | f1d00da1bb16330bef9316a3e4f04506f9bb862f (patch) | |
tree | 2ffa787c0004e9b995ffa10cd495c121d3bf5dff /include/toolkit/awt | |
parent | 71a479afb7e9762de930361e6089e23ab8d4af74 (diff) |
OAccessibleImplementationAccess was apparently effectively unused by now
...as there were no calls to its OAccessibleImplementationAccess::getUnoTunnelId
so no code apparently made use of that XUnoTunnel
Change-Id: I35d392999f1c28e81f7ff4bf395f63642eb17bce
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145250
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/toolkit/awt')
-rw-r--r-- | include/toolkit/awt/vclxaccessiblecomponent.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/toolkit/awt/vclxaccessiblecomponent.hxx b/include/toolkit/awt/vclxaccessiblecomponent.hxx index b69f62b6871f..aaf322c6477f 100644 --- a/include/toolkit/awt/vclxaccessiblecomponent.hxx +++ b/include/toolkit/awt/vclxaccessiblecomponent.hxx @@ -23,7 +23,6 @@ #include <toolkit/dllapi.h> #include <com/sun/star/lang/XServiceInfo.hpp> #include <cppuhelper/implbase1.hxx> -#include <comphelper/accimplaccess.hxx> #include <comphelper/accessiblecomponenthelper.hxx> @@ -47,7 +46,6 @@ typedef ::cppu::ImplHelper1< class TOOLKIT_DLLPUBLIC VCLXAccessibleComponent :public comphelper::OAccessibleExtendedComponentHelper - ,public ::comphelper::OAccessibleImplementationAccess ,public VCLXAccessibleComponent_BASE { private: |