diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 14:40:49 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 14:40:49 +0000 |
commit | d27e273fd30ccf5e0fb2102145a59672c911158a (patch) | |
tree | e8645287177d2c34b724789018575aefc3d993fc /connectivity/source/inc/mozaddressbook | |
parent | 1aae16bf5f5f1e55f65ff5781c02e14549e5f3ca (diff) |
INTEGRATION: CWS dba24 (1.4.262); FILE MERGED
2005/02/09 08:07:57 oj 1.4.262.1: #i26950# remove the need for XNamed
Diffstat (limited to 'connectivity/source/inc/mozaddressbook')
-rw-r--r-- | connectivity/source/inc/mozaddressbook/MABTables.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/mozaddressbook/MABTables.hxx b/connectivity/source/inc/mozaddressbook/MABTables.hxx index 47b4cad7c313..a15b4db9fb75 100644 --- a/connectivity/source/inc/mozaddressbook/MABTables.hxx +++ b/connectivity/source/inc/mozaddressbook/MABTables.hxx @@ -2,9 +2,9 @@ * * $RCSfile: MABTables.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: oj $ $Date: 2001-10-12 11:53:28 $ + * last change: $Author: vg $ $Date: 2005-03-10 15:40:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,7 +75,7 @@ namespace connectivity class OMozabTables : public OMozabTables_BASE { protected: - virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNamed > createObject(const ::rtl::OUString& _rName); + virtual sdbcx::ObjectType createObject(const ::rtl::OUString& _rName); public: OMozabTables(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData >& _rMetaData,::cppu::OWeakObject& _rParent, ::osl::Mutex& _rMutex, const ::std::vector< ::rtl::OUString> &_rVector) : OMozabTables_BASE(_rMetaData,_rParent,_rMutex,_rVector) |