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 /accessibility | |
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 'accessibility')
-rw-r--r-- | accessibility/inc/pch/precompiled_acc.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/accessibility/inc/pch/precompiled_acc.hxx b/accessibility/inc/pch/precompiled_acc.hxx index 806c944ac6dd..fcbbd9f1f0c1 100644 --- a/accessibility/inc/pch/precompiled_acc.hxx +++ b/accessibility/inc/pch/precompiled_acc.hxx @@ -261,7 +261,6 @@ #include <comphelper/accessibleeventnotifier.hxx> #include <comphelper/accessiblekeybindinghelper.hxx> #include <comphelper/accessibletexthelper.hxx> -#include <comphelper/accimplaccess.hxx> #include <comphelper/comphelperdllapi.h> #include <comphelper/sequence.hxx> #include <comphelper/servicehelper.hxx> |