From 812e2a8bf64274e47db572b8ca592f49b1263ad7 Mon Sep 17 00:00:00 2001 From: Armin Le Grand Date: Wed, 27 Nov 2013 16:25:40 +0000 Subject: resync to trunk (after accessibility integration) --- svtools/source/contnr/imivctl1.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'svtools/source/contnr/imivctl1.cxx') diff --git a/svtools/source/contnr/imivctl1.cxx b/svtools/source/contnr/imivctl1.cxx index 8522143ad155..ae788c2003e8 100644 --- a/svtools/source/contnr/imivctl1.cxx +++ b/svtools/source/contnr/imivctl1.cxx @@ -1180,6 +1180,9 @@ void SvxIconChoiceCtrl_Impl::SetCursor_Impl( SvxIconChoiceCtrlEntry* pOldCursor, { SelectEntry( pCursor, sal_True, sal_True, sal_False, bPaintSync ); aCurSelectionRect = GetEntryBoundRect( pCursor ); + //IAccessibility2 Implementation 2009----- + CallEventListeners( VCLEVENT_LISTBOX_SELECT, pCursor ); + //-----IAccessibility2 Implementation 2009 } } } -- cgit