vcl/source/app/svdata.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 689bcd929fbc3b9cd28193e4a171fbe16cad8c01
Author: Tor Lillqvist <t...@collabora.com>
Date:   Thu Dec 5 21:02:39 2013 +0200

    I think SAL_FORCE_IACCESSIBLE2 is what is intended here
    
    Change-Id: If03696cfcc9a3d5053af881e00a4c6a484cbd445

diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx
index 500e18d..d326335 100644
--- a/vcl/source/app/svdata.cxx
+++ b/vcl/source/app/svdata.cxx
@@ -295,7 +295,7 @@ bool ImplInitAccessBridge()
         css::uno::Reference< XComponentContext > 
xContext(comphelper::getProcessComponentContext());
 
 #ifdef _WIN32
-        if (!HasAtHook() && !getenv("SAL_DISABLE_IACCESSIBLE2"))
+        if (!HasAtHook() && !getenv("SAL_FORCE_IACCESSIBLE2"))
         {
             SAL_INFO("vcl", "Apparently no running AT -> "
                      "not enabling IAccessible2 integration");
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to