User: kz Date: 2006/07/06 07:16:31 Modified: dba/connectivity/source/drivers/kab/KDriver.cxx
Log: INTEGRATION: CWS kabparam (1.6.8); FILE MERGED 2006/06/29 08:15:22 ebischoff 1.6.8.1: #i66691# Support for parametrized queries in KDE address book connector 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.6&r2=1.7 Delta lines: +2 -4 ------------------- --- KDriver.cxx 20 Jun 2006 01:38:42 -0000 1.6 +++ KDriver.cxx 6 Jul 2006 14:16:28 -0000 1.7 @@ -443,14 +443,12 @@ // -------------------------------------------------------------------------------- sal_Int32 SAL_CALL KabDriver::getMajorVersion( ) throw(RuntimeException) { - // version 0.1 - return 0; + return KAB_DRIVER_VERSION_MAJOR; } // -------------------------------------------------------------------------------- sal_Int32 SAL_CALL KabDriver::getMinorVersion( ) throw(RuntimeException) { - // version 0.1 - return 1; + return KAB_DRIVER_VERSION_MINOR; } // -------------------------------------------------------------------------------- void SAL_CALL KabDriver::queryTermination( const EventObject& ) throw (TerminationVetoException, RuntimeException) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
