diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-12 17:23:52 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-13 10:10:50 +0200 |
commit | 5824c22abf7abc341b669b4e42dddf0d6f4a36ba (patch) | |
tree | 6b2ee4eb87ad911f08c3fee3238e9aa2d81d9db5 /winaccessibility/source | |
parent | 5f15f188591abf83747ecf230c61af75964d6292 (diff) |
warning C4189: local variable is initialized but not referenced
Change-Id: I270141baba4f9f6331871b33328bd673050509ed
Diffstat (limited to 'winaccessibility/source')
-rw-r--r-- | winaccessibility/source/service/AccObject.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winaccessibility/source/service/AccObject.cxx b/winaccessibility/source/service/AccObject.cxx index 4174e4925755..47a25a2c74bc 100644 --- a/winaccessibility/source/service/AccObject.cxx +++ b/winaccessibility/source/service/AccObject.cxx @@ -944,7 +944,6 @@ void AccObject::UpdateState() else { m_pIMAcc->IncreaseState( STATE_SYSTEM_UNAVAILABLE ); - sal_Bool isDecreaseFocusable = sal_False; if( !((Role == MENU_ITEM) || (Role == RADIO_MENU_ITEM) || (Role == CHECK_MENU_ITEM)) ) |