summaryrefslogtreecommitdiff
path: root/vcl/aqua/source/a11y
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-11-30 16:03:42 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-11-30 16:03:42 +0000
commit1ceebe9d381561079e7f7ca916d856224f81064a (patch)
tree71f0dc81e9bd13394f76168df107273217a55561 /vcl/aqua/source/a11y
parentab651c33a7a67bb50f49015d7bccb18fd7eae8e3 (diff)
#i107080# invalidate is needed
Diffstat (limited to 'vcl/aqua/source/a11y')
-rw-r--r--vcl/aqua/source/a11y/documentfocuslistener.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/aqua/source/a11y/documentfocuslistener.cxx b/vcl/aqua/source/a11y/documentfocuslistener.cxx
index 2bb1429bc9fe..f20a67a85f29 100644
--- a/vcl/aqua/source/a11y/documentfocuslistener.cxx
+++ b/vcl/aqua/source/a11y/documentfocuslistener.cxx
@@ -102,12 +102,12 @@ DocumentFocusListener::notifyEvent( const AccessibleEventObject& aEvent )
break;
case AccessibleEventId::INVALIDATE_ALL_CHILDREN:
-/* {
+ {
Reference< XAccessible > xAccessible( getAccessible(aEvent) );
detachRecursive(xAccessible);
attachRecursive(xAccessible);
}
-*/
+
OSL_TRACE( "Invalidate all children called\n" );
break;
default: