diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-21 13:13:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-22 14:07:49 +0200 |
commit | 2b4cb88c029cc085e06effb32a2631033ccd8a50 (patch) | |
tree | 26c84dc341b233bb94c90d0fbc01788ed62a0bfa /include/comphelper | |
parent | 939f9bd0b502ab5dc240be0c6f334becb1c944c8 (diff) |
loplugin:unusedfields in basctl..connectivity
Change-Id: I2f10daadb84e48eaf96f6cc63899b2f4fce7326e
Reviewed-on: https://gerrit.libreoffice.org/40295
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/comphelper')
-rw-r--r-- | include/comphelper/accimplaccess.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/comphelper/accimplaccess.hxx b/include/comphelper/accimplaccess.hxx index 6d5322548e13..943c12b864c1 100644 --- a/include/comphelper/accimplaccess.hxx +++ b/include/comphelper/accimplaccess.hxx @@ -70,12 +70,6 @@ namespace comphelper const css::uno::Reference< css::accessibility::XAccessible >& implGetForeignControlledParent( ) const; - /** retrieves the set of currently set states which are controlled by a foreign instance - @return - a bit mask, where a set bit 2^n means that the AccessibleStateType n has been set - */ - sal_Int64 implGetForeignControlledStates( ) const; - protected: OAccessibleImplementationAccess( ); virtual ~OAccessibleImplementationAccess( ); |