User: vg Date: 05/03/10 07:15:36 Modified: /dba/connectivity/inc/connectivity/ TIndexColumns.hxx
Log: INTEGRATION: CWS dba24 (1.1.240); FILE MERGED 2005/02/09 08:07:32 oj 1.1.240.1: #i26950# remove the need for XNamed File Changes: Directory: /dba/connectivity/inc/connectivity/ ============================================== File [changed]: TIndexColumns.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/TIndexColumns.hxx?r1=1.1&r2=1.2 Delta lines: +5 -5 ------------------- --- TIndexColumns.hxx 25 Oct 2002 08:52:11 -0000 1.1 +++ TIndexColumns.hxx 10 Mar 2005 15:15:34 -0000 1.2 @@ -74,10 +74,10 @@ { OIndexHelper* m_pIndex; 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 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createEmptyObject(); virtual void impl_refresh() throw(::com::sun::star::uno::RuntimeException); - 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); public: OIndexColumns( OIndexHelper* _pIndex, ::osl::Mutex& _rMutex, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
