diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-05-05 09:44:37 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-05-05 09:44:37 +0000 |
commit | 13f5588d68cebc516501e6919dc9d436cb66e34a (patch) | |
tree | d8b73ad6c52d38c40df303f3db73b12bd0d64802 /svx/source/accessibility/GraphCtlAccessibleContext.cxx | |
parent | 87e7dc4cc7e48045476d24971e2cc3e258a4c3fd (diff) |
INTEGRATION: CWS atkbridge (1.18.168); FILE MERGED
2005/12/06 11:51:39 obr 1.18.168.1: #i47890# GNOME AT expect SENSITIVE to be set
Diffstat (limited to 'svx/source/accessibility/GraphCtlAccessibleContext.cxx')
-rw-r--r-- | svx/source/accessibility/GraphCtlAccessibleContext.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/accessibility/GraphCtlAccessibleContext.cxx b/svx/source/accessibility/GraphCtlAccessibleContext.cxx index c0d34e4b9734..fb5ee242d4d9 100644 --- a/svx/source/accessibility/GraphCtlAccessibleContext.cxx +++ b/svx/source/accessibility/GraphCtlAccessibleContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: GraphCtlAccessibleContext.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:21:42 $ + * last change: $Author: rt $ $Date: 2006-05-05 10:44:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -482,6 +482,7 @@ Reference< XAccessibleStateSet > SAL_CALL SvxGraphCtrlAccessibleContext::getAcce else { // pStateSetHelper->AddState( AccessibleStateType::ENABLED ); + // pStateSetHelper->AddState( AccessibleStateType::SENSITIVE ); pStateSetHelper->AddState( AccessibleStateType::FOCUSABLE ); if( mpControl->HasFocus() ) pStateSetHelper->AddState( AccessibleStateType::FOCUSED ); |