diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-03-29 11:17:04 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-03-29 11:17:04 +0000 |
commit | 2cde8b95b2906ad20b90282505cdba0c6f1ab9a8 (patch) | |
tree | a5d2cef0d977a78e024adfcaa00b8c025e8d00cc /connectivity | |
parent | 82073f1a9870efcda56561ddb8b1eb49f5c876bc (diff) |
INTEGRATION: CWS dba203a (1.4.8); FILE MERGED
2006/03/06 09:32:05 fs 1.4.8.1: #i62715# no fprintf/fflush
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/kab/KDriver.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/connectivity/source/drivers/kab/KDriver.cxx b/connectivity/source/drivers/kab/KDriver.cxx index 479f4f14cc34..f5e7aabeeb78 100644 --- a/connectivity/source/drivers/kab/KDriver.cxx +++ b/connectivity/source/drivers/kab/KDriver.cxx @@ -4,9 +4,9 @@ * * $RCSfile: KDriver.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kz $ $Date: 2006-02-03 17:32:55 $ + * last change: $Author: obo $ $Date: 2006-03-29 12:17:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -220,8 +220,6 @@ bool KabImplModule::impl_doAllowNewKDEVersion() sal_Bool bDisableCheck = sal_False; xSettings->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DisableKDEMaximumVersionCheck" ) ) ) >>= bDisableCheck; - fprintf( stderr, "---- disable: %i", (int)bDisableCheck ); - fflush( stderr ); return bDisableCheck != sal_False; } catch( const Exception& ) |