update dev300-m58
[ooovba.git] / applied_patches / 0034-fix-gtk-a11y.diff
blobb66701c9cd3e6820e5dccd1e88a2b59191dff300
1 --- vcl/unx/source/plugadapt/salplug.cxx (revision 264856)
2 +++ vcl/unx/source/plugadapt/salplug.cxx (working copy)
3 @@ -92,18 +92,6 @@
4 if( pInst )
6 pCloseModule = aMod;
8 - /*
9 - * Recent GTK+ versions load their modules with RTLD_LOCAL, so we can
10 - * not access the 'gnome_accessibility_module_shutdown' anymore.
11 - * So make sure libgtk+ & co are still mapped into memory when
12 - * atk-bridge's atexit handler gets called.
13 - */
14 - if( rModuleBase.equalsAscii("gtk") )
15 - {
16 - pCloseModule = NULL;
17 - }
19 GetSalData()->m_pPlugin = aMod;
21 else