summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/CRowSetDataColumn.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 15:29:29 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 15:29:29 +0000
commit0daeecaec3f3c1908fe440138422b1d9f4aeadce (patch)
tree3e76652e5ac1d2a43a18f9dc8a721dfe04e7cb64 /dbaccess/source/core/api/CRowSetDataColumn.hxx
parent811830730fffb7114763e69a2dddc251469b642a (diff)
INTEGRATION: CWS dba24 (1.11.80); FILE MERGED
2005/02/09 08:12:57 oj 1.11.80.1: #i26950# remove the need for XNamed
Diffstat (limited to 'dbaccess/source/core/api/CRowSetDataColumn.hxx')
-rw-r--r--dbaccess/source/core/api/CRowSetDataColumn.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/api/CRowSetDataColumn.hxx b/dbaccess/source/core/api/CRowSetDataColumn.hxx
index b5fdbf060f0c..cd1761acf096 100644
--- a/dbaccess/source/core/api/CRowSetDataColumn.hxx
+++ b/dbaccess/source/core/api/CRowSetDataColumn.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: CRowSetDataColumn.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2004-08-02 14:59:22 $
+ * last change: $Author: vg $ $Date: 2005-03-10 16:29:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,7 +130,7 @@ namespace dbaccess
{
::vos::ORef< ::connectivity::OSQLColumns> m_aColumns;
protected:
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNamed > createObject(const ::rtl::OUString& _rName);
+ virtual connectivity::sdbcx::ObjectType createObject(const ::rtl::OUString& _rName);
virtual void impl_refresh() throw(::com::sun::star::uno::RuntimeException);
public:
ORowSetDataColumns(