summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-05 21:02:39 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-05 21:03:03 +0200
commit689bcd929fbc3b9cd28193e4a171fbe16cad8c01 (patch)
tree2a43044f5c580eb20fc073929a6380d712b5d39a /vcl
parentb0a16835ab401e8e973b2747aae4667129c13b4f (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");