User: kz Date: 2008-03-05 17:18:05+0000 Modified: dba/reportdesign/inc/RptModel.hxx
Log: INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/01/24 13:03:32 oj 1.2.70.1: #i85225# changes for chart File Changes: Directory: /dba/reportdesign/inc/ ================================= File [changed]: RptModel.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/inc/RptModel.hxx?r1=1.2&r2=1.3 Delta lines: +11 -4 -------------------- --- RptModel.hxx 2007-07-09 11:56:02+0000 1.2 +++ RptModel.hxx 2008-03-05 17:18:02+0000 1.3 @@ -47,6 +47,10 @@ { class OSingleDocumentController; } +namespace reportdesign +{ + class OReportDefinition; +} namespace rptui { //============================================================================ @@ -63,13 +67,16 @@ private: OXUndoEnvironment* m_pUndoEnv; ::dbaui::OSingleDocumentController* m_pController; + ::reportdesign::OReportDefinition* m_pReportDefinition; + + virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > createUnoModel(); OReportModel( const OReportModel& ); void operator=(const OReportModel& rSrcModel); public: TYPEINFO(); - OReportModel(); + OReportModel(::reportdesign::OReportDefinition* _pReportDefinition); virtual ~OReportModel(); virtual void SetChanged(sal_Bool bFlg = sal_True); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
