summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/a11y/atklistener.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk/a11y/atklistener.cxx')
-rw-r--r--vcl/unx/gtk/a11y/atklistener.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk/a11y/atklistener.cxx b/vcl/unx/gtk/a11y/atklistener.cxx
index 24f01691d0dc..150f1ce8346e 100644
--- a/vcl/unx/gtk/a11y/atklistener.cxx
+++ b/vcl/unx/gtk/a11y/atklistener.cxx
@@ -481,7 +481,7 @@ void AtkListener::notifyEvent( const accessibility::AccessibleEventObject& aEven
AtkStateType eRealState = bState ? eNewState : eOldState;
css::uno::Reference<css::accessibility::XAccessibleText>& xAccText = mpWrapper->mpText;
- if( eNewState == ATK_STATE_FOCUSED && xAccText.is() )
+ if( false && eNewState == ATK_STATE_FOCUSED && xAccText.is() )
{
OUString sText = xAccText->getText();
sal_Int32 nLength = sText.getLength();