From e579d453545c4fb00126c6d41636d3960785a166 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 26 Nov 2013 09:28:31 +0000 Subject: Document::ProcessWindowEvent now just forwards to baseclass Change-Id: Ia4c224105e15c8eea90a9c98161981ff10661044 --- .../source/extended/textwindowaccessibility.cxx | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'accessibility/source') diff --git a/accessibility/source/extended/textwindowaccessibility.cxx b/accessibility/source/extended/textwindowaccessibility.cxx index 1278248f98d2..43782f72d97e 100644 --- a/accessibility/source/extended/textwindowaccessibility.cxx +++ b/accessibility/source/extended/textwindowaccessibility.cxx @@ -1503,25 +1503,6 @@ Document::retrieveParagraphRelationSet( ParagraphImpl const * pParagraph ) return xSet; } -void Document::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) -{ - switch ( rVclWindowEvent.GetId() ) - { - case VCLEVENT_WINDOW_GETFOCUS: - case VCLEVENT_WINDOW_LOSEFOCUS: - { - // #107179# if our parent is a compound control (e.g. MultiLineEdit), - // suppress the window focus events here -// IAccessible2 implementation 2009 - //if ( !m_bCompoundControlChild ) - VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); - } - break; - default: - VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); - } -} - // virtual ::sal_Int32 SAL_CALL Document::getAccessibleChildCount() throw (css::uno::RuntimeException) -- cgit v1.2.3