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 /toolkit | |
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 'toolkit')
-rw-r--r-- | toolkit/source/controls/accessiblecontrolcontext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/accessiblecontrolcontext.cxx b/toolkit/source/controls/accessiblecontrolcontext.cxx index bd9d72958a8b..cde540b577d9 100644 --- a/toolkit/source/controls/accessiblecontrolcontext.cxx +++ b/toolkit/source/controls/accessiblecontrolcontext.cxx @@ -176,7 +176,7 @@ namespace toolkit if ( isAlive() ) { // no own states, only the ones which are foreign controlled - pStateSet = new ::utl::AccessibleStateSetHelper( implGetForeignControlledStates() ); + pStateSet = new ::utl::AccessibleStateSetHelper( 0 ); } else { // only the DEFUNC state if we're already disposed |