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 | 53cec388721ea68eb667d60eeb286c1bd24ffa02 (patch) | |
tree | 3c35ed9b2b0d0da1491d68c09434591be6f55749 /accessibility/source/helper | |
parent | e412e3ad219c36d151cfa4304380e38dda7438d3 (diff) |
mtaccfixes: #i100788# group lines support accessible text now
Diffstat (limited to 'accessibility/source/helper')
-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 60e4f416dc3c..87e614e36f00 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 ); } |