diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/settings.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx index 2593c5708a44..8d0abf4185f9 100644 --- a/vcl/source/app/settings.cxx +++ b/vcl/source/app/settings.cxx @@ -2,9 +2,9 @@ * * $RCSfile: settings.cxx,v $ * - * $Revision: 1.38 $ + * $Revision: 1.39 $ * - * last change: $Author: vg $ $Date: 2003-04-11 17:27:37 $ + * last change: $Author: kz $ $Date: 2003-11-18 14:31:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1220,10 +1220,12 @@ BOOL MiscSettings::GetEnableATToolSupport() const #ifdef UNX mpData->mnEnableATT = 0; - DtIntegrator* pIntegrator = DtIntegrator::CreateDtIntegrator( NULL ); static const char* pEnv = getenv("SAL_ACCESSIBILITY_ENABLED" ); +#if 0 + DtIntegrator* pIntegrator = DtIntegrator::CreateDtIntegrator( NULL ); if( ( pIntegrator && pIntegrator->GetDtType() == DtGNOME ) || ( pEnv && *pEnv ) ) +#endif { char buf[16]; // use 2 shells to suppress the eventual "gcontool-2 not found" message |