summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-05 21:02:39 +0200
committerMichael Meeks <michael.meeks@collabora.com>2014-06-10 16:37:09 +0100
commit7e877e130fc05268bdd01c61cfbdd2489a74f7ab (patch)
tree200420e23741326843e074609b042061104387cf /vcl
parent0e348a5c6cbccc7ac93fd405dc99e62dd2806fdc (diff)
I think SAL_FORCE_IACCESSIBLE2 is what is intended here
Change-Id: If03696cfcc9a3d5053af881e00a4c6a484cbd445
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/svdata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx
index 500e18d90476..d32633568373 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");