Tag: cws_src680_dba203a User: fs Date: 06/03/06 01:32:08 Modified: /dba/connectivity/source/drivers/kab/ KDriver.cxx
Log: #i62715# no fprintf/fflush File Changes: Directory: /dba/connectivity/source/drivers/kab/ ================================================ File [changed]: KDriver.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KDriver.cxx?r1=1.4&r2=1.4.8.1 Delta lines: +3 -5 ------------------- --- KDriver.cxx 3 Feb 2006 17:32:55 -0000 1.4 +++ KDriver.cxx 6 Mar 2006 09:32:05 -0000 1.4.8.1 @@ -4,9 +4,9 @@ * * $RCSfile: KDriver.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.8.1 $ * - * last change: $Author: kz $ $Date: 2006/02/03 17:32:55 $ + * last change: $Author: fs $ $Date: 2006/03/06 09:32:05 $ * * 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 @@ 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& ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
