User: rt Date: 2008-06-06 14:04:30+0000 Modified: dba/dbaccess/source/core/inc/PropertyForward.hxx
Log: INTEGRATION: CWS dba30c (1.4.8); FILE MERGED 2008/05/05 11:10:25 oj 1.4.8.1: #i87131# rename impl File Changes: Directory: /dba/dbaccess/source/core/inc/ ========================================= File [changed]: PropertyForward.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/PropertyForward.hxx?r1=1.4&r2=1.5 Delta lines: +1 -0 ------------------- --- PropertyForward.hxx 2008-04-10 12:50:59+0000 1.4 +++ PropertyForward.hxx 2008-06-06 14:04:27+0000 1.5 @@ -80,6 +80,7 @@ // ::com::sun::star::lang::XEventListener virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& _rSource ) throw (::com::sun::star::uno::RuntimeException); + inline void setName(const ::rtl::OUString& _sName) { m_sName = _sName; } void setDefinition(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xDest); }; //........................................................................ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
