User: vg Date: 05/03/10 08:27:50 Modified: /dba/dbaccess/source/core/api/ CIndexes.hxx
Log: INTEGRATION: CWS dba24 (1.6.346); FILE MERGED 2005/02/09 08:12:56 oj 1.6.346.1: #i26950# remove the need for XNamed File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: CIndexes.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/CIndexes.hxx?r1=1.6&r2=1.7 Delta lines: +4 -4 ------------------- --- CIndexes.hxx 25 Oct 2002 08:55:17 -0000 1.6 +++ CIndexes.hxx 10 Mar 2005 16:27:47 -0000 1.7 @@ -72,7 +72,7 @@ { ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xIndexes; 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 ::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 void dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementName); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
