From 9c59387b9f61e7cb51177244548865db6bc352aa Mon Sep 17 00:00:00 2001 From: Malte Timmermann Date: Fri, 19 Feb 2010 13:15:33 +0100 Subject: mtaccfixes: #i100788# group lines support accessible text now --- accessibility/source/helper/acc_factory.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accessibility') diff --git a/accessibility/source/helper/acc_factory.cxx b/accessibility/source/helper/acc_factory.cxx index e96d768d9..6c3ab1a0a 100644 --- a/accessibility/source/helper/acc_factory.cxx +++ b/accessibility/source/helper/acc_factory.cxx @@ -387,7 +387,7 @@ inline bool hasFloatingChild(Window *pWindow) { xContext = new FloatingWindowAccessible( _pXWindow ); } - else if ( nType == WINDOW_HELPTEXTWINDOW ) + else if ( ( nType == WINDOW_HELPTEXTWINDOW ) || ( nType == WINDOW_FIXEDLINE ) ) { xContext = (accessibility::XAccessibleContext*) new VCLXAccessibleFixedText( _pXWindow ); } -- cgit v1.2.3