Kaydet (Commit) 689bcd92 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

I think SAL_FORCE_IACCESSIBLE2 is what is intended here

Change-Id: If03696cfcc9a3d5053af881e00a4c6a484cbd445
üst b0a16835
...@@ -295,7 +295,7 @@ bool ImplInitAccessBridge() ...@@ -295,7 +295,7 @@ bool ImplInitAccessBridge()
css::uno::Reference< XComponentContext > xContext(comphelper::getProcessComponentContext()); css::uno::Reference< XComponentContext > xContext(comphelper::getProcessComponentContext());
#ifdef _WIN32 #ifdef _WIN32
if (!HasAtHook() && !getenv("SAL_DISABLE_IACCESSIBLE2")) if (!HasAtHook() && !getenv("SAL_FORCE_IACCESSIBLE2"))
{ {
SAL_INFO("vcl", "Apparently no running AT -> " SAL_INFO("vcl", "Apparently no running AT -> "
"not enabling IAccessible2 integration"); "not enabling IAccessible2 integration");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment