diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2025-01-29 16:30:37 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2025-01-29 22:33:22 +0100 |
commit | c53f88f1d247e9538a8ab63e8bda539945332bcb (patch) | |
tree | ea4dbf296c15577edf71c00f3864bb207ea34777 | |
parent | 94636bc76489f27087eb4a5433693082631f3334 (diff) |
icon choice ctrl a11y: Drop commented code + outdated comment
The `NotifyAccessibleEvent` call that the comment refers to
was commented and replaced by different handling in
commit efb23f29983f87104a684e7fab00b84fc59d131d
Author: Steve Yin <steve_y@apache.org>
Date: Mon Nov 25 15:24:55 2013 +0000
Integrate branch of IAccessible2
Therefore, drop them.
Change-Id: I18f6d80958e369b8a9ef3bce76a03531c3e79057
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180910
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
-rw-r--r-- | vcl/source/accessibility/accessibleiconchoicectrl.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/source/accessibility/accessibleiconchoicectrl.cxx b/vcl/source/accessibility/accessibleiconchoicectrl.cxx index 7289b48868ba..75136454b257 100644 --- a/vcl/source/accessibility/accessibleiconchoicectrl.cxx +++ b/vcl/source/accessibility/accessibleiconchoicectrl.cxx @@ -52,12 +52,6 @@ void AccessibleIconChoiceCtrl::ProcessWindowEvent( const VclWindowEvent& rVclWin { case VclEventId::ListboxSelect : { - // First send an event that tells the listeners of a - // modified selection. The active descendant event is - // send after that so that the receiving AT has time to - // read the text or name of the active child. -// NotifyAccessibleEvent( AccessibleEventId::SELECTION_CHANGED, Any(), Any() ); - if ( getCtrl() && getCtrl()->HasFocus() ) { SvxIconChoiceCtrlEntry* pEntry = static_cast< SvxIconChoiceCtrlEntry* >( rVclWindowEvent.GetData() ); |