diff options
author | Malte Timmermann <Malte.Timmermann@sun.com> | 2010-02-19 13:15:33 +0100 |
---|---|---|
committer | Malte Timmermann <Malte.Timmermann@sun.com> | 2010-02-19 13:15:33 +0100 |
commit | 9c59387b9f61e7cb51177244548865db6bc352aa (patch) | |
tree | 4ca8640dafec5cf7e0089ca8f65bbb7cad906e21 /accessibility | |
parent | 02a5be07445be8b9407bf7d7f9909646cf14f36f (diff) |
mtaccfixes: #i100788# group lines support accessible text now
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/source/helper/acc_factory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); } |