summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-21 13:13:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-22 14:07:49 +0200
commit2b4cb88c029cc085e06effb32a2631033ccd8a50 (patch)
tree26c84dc341b233bb94c90d0fbc01788ed62a0bfa /comphelper
parent939f9bd0b502ab5dc240be0c6f334becb1c944c8 (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 'comphelper')
-rw-r--r--comphelper/source/misc/accimplaccess.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/comphelper/source/misc/accimplaccess.cxx b/comphelper/source/misc/accimplaccess.cxx
index 96fdbd96f381..9593b787d3a6 100644
--- a/comphelper/source/misc/accimplaccess.cxx
+++ b/comphelper/source/misc/accimplaccess.cxx
@@ -38,7 +38,6 @@ namespace comphelper
struct OAccImpl_Impl
{
Reference< XAccessible > m_xAccParent;
- sal_Int64 m_nForeignControlledStates;
};
OAccessibleImplementationAccess::OAccessibleImplementationAccess( )
@@ -58,11 +57,6 @@ namespace comphelper
}
- sal_Int64 OAccessibleImplementationAccess::implGetForeignControlledStates( ) const
- {
- return m_pImpl->m_nForeignControlledStates;
- }
-
const Sequence< sal_Int8 > OAccessibleImplementationAccess::getUnoTunnelImplementationId()
{
static cppu::OImplementationId implID;