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
This commit is contained in:
Vladimir Glazounov
2005-03-10 15:29:29 +00:00
parent 811830730f
commit 0daeecaec3

View File

@ -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(