Tag: cws_src680_kaddrbook User: ebischoff Date: 05/09/02 07:09:55 Modified: /dba/connectivity/source/drivers/kab/ KStatement.cxx
Log: Diagnostics File Changes: Directory: /dba/connectivity/source/drivers/kab/ ================================================ File [changed]: KStatement.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KStatement.cxx?r1=1.1.2.5&r2=1.1.2.6 Delta lines: +5 -2 ------------------- --- KStatement.cxx 2 Sep 2005 13:50:49 -0000 1.1.2.5 +++ KStatement.cxx 2 Sep 2005 14:09:53 -0000 1.1.2.6 @@ -2,9 +2,9 @@ * * $RCSfile: KStatement.cxx,v $ * - * $Revision: 1.1.2.5 $ + * $Revision: 1.1.2.6 $ * - * last change: $Author: ebischoff $ $Date: 2005/09/02 13:50:49 $ + * last change: $Author: ebischoff $ $Date: 2005/09/02 14:09:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -452,6 +452,7 @@ { sal_Bool bConverted = sal_False; // here we have to try to convert +OSL_ENSURE(false, "KabCommonStatement::convertFastPropertyValue is not implemented!"); return bConverted; } // ------------------------------------------------------------------------- @@ -473,6 +474,7 @@ default: ; } +OSL_ENSURE(false, "KabCommonStatement::setFastPropertyValue_NoBroadcast is not implemented!"); } // ------------------------------------------------------------------------- void KabCommonStatement::getFastPropertyValue(Any& rValue,sal_Int32 nHandle) const @@ -492,6 +494,7 @@ default: ; } +OSL_ENSURE(false, "KabCommonStatement::getFastPropertyValue is not implemented!"); } // ----------------------------------------------------------------------------- void SAL_CALL KabCommonStatement::acquire() throw() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
