diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-01-09 11:43:36 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-01-09 15:15:41 +0000 |
commit | a58abb4296c50228ebd5510e50363072e9a96774 (patch) | |
tree | 483b2bec211f218ea5f532d9317d1a437af0f0b9 /include | |
parent | 2570eb7265fbae840bf9f2d83463b0bee09beaef (diff) |
Clean up VCLXAccessibleComponent::getAccessibleParent
...after 21e0d8162a0e683558c4d042ce688fc9a6833809 "loplugin:unusedfields" had
dropped the base class
OAccessibleImplementationAccess::implGetForeignControlledParent
Change-Id: I753aad41baaa0ac1d1f7eb0a6084993df5a58d5f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145197
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/toolkit/awt/vclxaccessiblecomponent.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/toolkit/awt/vclxaccessiblecomponent.hxx b/include/toolkit/awt/vclxaccessiblecomponent.hxx index 7c299edf6d65..b69f62b6871f 100644 --- a/include/toolkit/awt/vclxaccessiblecomponent.hxx +++ b/include/toolkit/awt/vclxaccessiblecomponent.hxx @@ -117,16 +117,6 @@ public: protected: // base class overridables css::awt::Rectangle implGetBounds( ) override; - -private: - /** we may be reparented (if external components use OAccessibleImplementationAccess base class), - so this method here returns the parent in the VCL world, in opposite to the parent - an external component gave us - @precond - the caller must ensure thread safety, i.e. our mutex must be locked - */ - css::uno::Reference< css::accessibility::XAccessible > - getVclParent() const; }; /* ---------------------------------------------------------- |