User: kz Date: 2008-03-05 17:58:01+0000 Modified: dba/reportdesign/source/core/inc/Shape.hxx
Log: INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/01/24 12:39:31 oj 1.2.70.1: #i85225# changes for chart File Changes: Directory: /dba/reportdesign/source/core/inc/ ============================================= File [changed]: Shape.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/core/inc/Shape.hxx?r1=1.2&r2=1.3 Delta lines: +6 -4 ------------------- --- Shape.hxx 2007-07-09 11:56:15+0000 1.2 +++ Shape.hxx 2008-03-05 17:57:59+0000 1.3 @@ -77,6 +77,7 @@ com::sun::star::drawing::HomogenMatrix3 m_Transformation; ::sal_Int32 m_nZOrder; + ::rtl::OUString m_sServiceName; ::rtl::OUString m_CustomShapeEngine; ::rtl::OUString m_CustomShapeData; com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > @@ -106,7 +107,8 @@ explicit OShape(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & _xContext); explicit OShape(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & _xContext ,const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & _xFactory - ,::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _xShape); + ,::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _xShape + ,const ::rtl::OUString& _sServiceName); DECLARE_XINTERFACE( ) // ::com::sun::star::lang::XServiceInfo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
