User: vg Date: 05/03/10 07:16:22 Modified: /dba/connectivity/inc/connectivity/ TKeys.hxx
Log: INTEGRATION: CWS dba24 (1.1.240); FILE MERGED 2005/02/09 08:07:33 oj 1.1.240.1: #i26950# remove the need for XNamed File Changes: Directory: /dba/connectivity/inc/connectivity/ ============================================== File [changed]: TKeys.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/TKeys.hxx?r1=1.1&r2=1.2 Delta lines: +5 -5 ------------------- --- TKeys.hxx 25 Oct 2002 08:51:46 -0000 1.1 +++ TKeys.hxx 10 Mar 2005 15:16:19 -0000 1.2 @@ -80,11 +80,11 @@ { OTableHelper* m_pTable; 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); virtual void impl_refresh() throw(::com::sun::star::uno::RuntimeException); virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createEmptyObject(); virtual void appendObject( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& descriptor ); - 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 dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementName); public: OKeysHelper( OTableHelper* _pTable, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
