diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-05-23 13:39:02 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-05-23 18:16:48 +0200 |
commit | 2e5db24f63edbfced178dc7ff274e9eeeea9de68 (patch) | |
tree | f96f6bcf6a727ddc9102da4262d5e2d264673e8d /include/toolkit | |
parent | 6a91ea82502c0b9e6632d625962bf9da006c4a2f (diff) |
remove VCLExternalSolarLock* members from ..
.. classes with OAccessibleContextHelper base.
Change-Id: I3187e88bf485e78fb78550870a87db29d958dbc0
Reviewed-on: https://gerrit.libreoffice.org/37948
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'include/toolkit')
-rw-r--r-- | include/toolkit/awt/vclxaccessiblecomponent.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/toolkit/awt/vclxaccessiblecomponent.hxx b/include/toolkit/awt/vclxaccessiblecomponent.hxx index 8af1d702725c..520dadab867b 100644 --- a/include/toolkit/awt/vclxaccessiblecomponent.hxx +++ b/include/toolkit/awt/vclxaccessiblecomponent.hxx @@ -50,8 +50,6 @@ class AccessibleStateSetHelper; typedef ::cppu::ImplHelper1< css::lang::XServiceInfo > VCLXAccessibleComponent_BASE; -class VCLExternalSolarLock; - class TOOLKIT_DLLPUBLIC VCLXAccessibleComponent :public comphelper::OAccessibleExtendedComponentHelper ,public ::comphelper::OAccessibleImplementationAccess @@ -61,8 +59,6 @@ private: rtl::Reference<VCLXWindow> m_xVCLXWindow; VclPtr<vcl::Window> m_xEventSource; - VCLExternalSolarLock* m_pSolarLock; - DECL_LINK( WindowEventListener, VclWindowEvent&, void ); DECL_LINK( WindowChildEventListener, VclWindowEvent&, void ); void DisconnectEvents(); |