User: vg Date: 05/03/10 07:15:21 Modified: /dba/connectivity/inc/connectivity/ TColumnsHelper.hxx
Log: INTEGRATION: CWS dba24 (1.3.52); FILE MERGED 2005/02/09 08:07:32 oj 1.3.52.1: #i26950# remove the need for XNamed File Changes: Directory: /dba/connectivity/inc/connectivity/ ============================================== File [changed]: TColumnsHelper.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/TColumnsHelper.hxx?r1=1.3&r2=1.4 Delta lines: +2 -2 ------------------- --- TColumnsHelper.hxx 2 Aug 2004 16:49:02 -0000 1.3 +++ TColumnsHelper.hxx 10 Mar 2005 15:15:19 -0000 1.4 @@ -85,10 +85,10 @@ protected: OTableHelper* m_pTable; - virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNamed > createObject(const ::rtl::OUString& _rName); + virtual sdbcx::ObjectType createObject(const ::rtl::OUString& _rName); virtual void impl_refresh() throw(::com::sun::star::uno::RuntimeException); virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createEmptyObject(); - virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNamed > cloneObject(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _xDescriptor); + virtual sdbcx::ObjectType cloneObject(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _xDescriptor); virtual void appendObject( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& descriptor ); virtual void dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementName); public: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
