summaryrefslogtreecommitdiff
path: root/vcl/source/app/settings.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-11 16:27:37 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-11 16:27:37 +0000
commit7953c69cf25bb9ccef96b6719c9f06d882f78f3a (patch)
treebcfbab1105106359c9fb4784185bfa0289c1b62c /vcl/source/app/settings.cxx
parentbad8d452b4c2e8fb450c78dc6bba4a033c2d3a5d (diff)
INTEGRATION: CWS vcl07 (1.35.2.4.2); FILE MERGED
2003/04/03 09:21:55 ssa 1.35.2.4.2.1: #107391# allow for external accessibility initialization
Diffstat (limited to 'vcl/source/app/settings.cxx')
-rw-r--r--vcl/source/app/settings.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx
index 3aed834092cf..2593c5708a44 100644
--- a/vcl/source/app/settings.cxx
+++ b/vcl/source/app/settings.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: settings.cxx,v $
*
- * $Revision: 1.37 $
+ * $Revision: 1.38 $
*
- * last change: $Author: rt $ $Date: 2003-04-08 15:42:37 $
+ * last change: $Author: vg $ $Date: 2003-04-11 17:27:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1311,7 +1311,8 @@ void MiscSettings::SetEnableATToolSupport( BOOL bEnable )
{
if ( bEnable != mpData->mnEnableATT )
{
- if( bEnable && !ImplInitAccessBridge(false) )
+ BOOL bDummy;
+ if( bEnable && !ImplInitAccessBridge(false, bDummy) )
return;
#ifdef WNT