Tag: cws_src680_kaddrbook User: ebischoff Date: 05/11/24 04:40:29 Modified: /dba/connectivity/source/drivers/kab/ KDatabaseMetaData.cxx, KDatabaseMetaData.hxx
Log: Grmbl File Changes: Directory: /dba/connectivity/source/drivers/kab/ ================================================ File [changed]: KDatabaseMetaData.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KDatabaseMetaData.cxx?r1=1.1.2.10&r2=1.1.2.11 Delta lines: +3 -3 ------------------- --- KDatabaseMetaData.cxx 24 Nov 2005 12:04:55 -0000 1.1.2.10 +++ KDatabaseMetaData.cxx 24 Nov 2005 12:40:26 -0000 1.1.2.11 @@ -2,9 +2,9 @@ * * $RCSfile: KDatabaseMetaData.cxx,v $ * - * $Revision: 1.1.2.10 $ + * $Revision: 1.1.2.11 $ * - * last change: $Author: ebischoff $ $Date: 2005/11/24 12:04:55 $ + * last change: $Author: ebischoff $ $Date: 2005/11/24 12:40:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -103,7 +103,7 @@ { } // ------------------------------------------------------------------------- -const ::rtl::OUString & KabDatabaseMetaData::getAddressBookTableName() const +const ::rtl::OUString & KabDatabaseMetaData::getAddressBookTableName() { static const ::rtl::OUString aAddressBookTableName (::rtl::OUString::createFromAscii("KDE Address Book")); File [changed]: KDatabaseMetaData.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KDatabaseMetaData.hxx?r1=1.1.2.4&r2=1.1.2.5 Delta lines: +3 -3 ------------------- --- KDatabaseMetaData.hxx 24 Nov 2005 11:13:01 -0000 1.1.2.4 +++ KDatabaseMetaData.hxx 24 Nov 2005 12:40:26 -0000 1.1.2.5 @@ -2,9 +2,9 @@ * * $RCSfile: KDatabaseMetaData.hxx,v $ * - * $Revision: 1.1.2.4 $ + * $Revision: 1.1.2.5 $ * - * last change: $Author: ebischoff $ $Date: 2005/11/24 11:13:01 $ + * last change: $Author: ebischoff $ $Date: 2005/11/24 12:40:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -93,7 +93,7 @@ inline KabConnection* getOwnConnection() const { return m_xConnection.get(); } KabDatabaseMetaData(KabConnection* _pCon); - const ::rtl::OUString & getAddressBookTableName() const; + static const ::rtl::OUString & getAddressBookTableName(); virtual ~KabDatabaseMetaData(); // this interface is really BIG --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
