summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorMalte Timmermann <Malte.Timmermann@sun.com>2010-02-19 13:15:33 +0100
committerMalte Timmermann <Malte.Timmermann@sun.com>2010-02-19 13:15:33 +0100
commit9c59387b9f61e7cb51177244548865db6bc352aa (patch)
tree4ca8640dafec5cf7e0089ca8f65bbb7cad906e21 /accessibility
parent02a5be07445be8b9407bf7d7f9909646cf14f36f (diff)
mtaccfixes: #i100788# group lines support accessible text now
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/source/helper/acc_factory.cxx2
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 );
}