summaryrefslogtreecommitdiff
path: root/shell/source/backends/kdebe/kdeaccess.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/backends/kdebe/kdeaccess.cxx')
-rw-r--r--shell/source/backends/kdebe/kdeaccess.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/backends/kdebe/kdeaccess.cxx b/shell/source/backends/kdebe/kdeaccess.cxx
index cff355f0bd1a..b7de82a312be 100644
--- a/shell/source/backends/kdebe/kdeaccess.cxx
+++ b/shell/source/backends/kdebe/kdeaccess.cxx
@@ -79,7 +79,7 @@ css::beans::Optional< css::uno::Any > getValue(OUString const & id) {
} else if (id == "EnableATToolSupport")
{
/* does not make much sense without an accessibility bridge */
- sal_Bool ATToolSupport = sal_False;
+ bool ATToolSupport = false;
return css::beans::Optional< css::uno::Any >(
true, uno::makeAny( OUString::boolean( ATToolSupport ) ) );
} else if (id == "WorkPathVariable")