summaryrefslogtreecommitdiff
path: root/winaccessibility/source/service/AccComponentEventListener.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'winaccessibility/source/service/AccComponentEventListener.cxx')
-rw-r--r--winaccessibility/source/service/AccComponentEventListener.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/winaccessibility/source/service/AccComponentEventListener.cxx b/winaccessibility/source/service/AccComponentEventListener.cxx
index 97f3112aa979..3e842097cea2 100644
--- a/winaccessibility/source/service/AccComponentEventListener.cxx
+++ b/winaccessibility/source/service/AccComponentEventListener.cxx
@@ -174,7 +174,7 @@ void AccComponentEventListener::SetComponentState(short state, bool enable)
{
pAgent->UpdateState(m_xAccessible.get());
pAgent->DecreaseState(m_xAccessible.get(), AccessibleStateType::DEFUNC);
- // 8. label should have no FOCUSABLE state state, Firefox has READONLY state, we can also have.
+ // 8. label should have no FOCUSABLE state, Firefox has READONLY state, we can also have.
if ( GetRole() != AccessibleRole::LABEL
&& GetRole() != AccessibleRole::SCROLL_BAR)
{