summaryrefslogtreecommitdiff
path: root/reportdesign/inc/RptModel.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 16:18:02 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 16:18:02 +0000
commitb74dc947b71e8f95701fafe9a42980cb474347b0 (patch)
tree418e41b682b8459f9e2d7ad65675effa0057ec42 /reportdesign/inc/RptModel.hxx
parent161dae6260f2d311e39f56941baa93b0eb59ed5b (diff)
INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED
2008/01/24 13:03:32 oj 1.2.70.1: #i85225# changes for chart
Diffstat (limited to 'reportdesign/inc/RptModel.hxx')
-rw-r--r--reportdesign/inc/RptModel.hxx13
1 files changed, 10 insertions, 3 deletions
diff --git a/reportdesign/inc/RptModel.hxx b/reportdesign/inc/RptModel.hxx
index 6012143ce150..ad4df8c323b2 100644
--- a/reportdesign/inc/RptModel.hxx
+++ b/reportdesign/inc/RptModel.hxx
@@ -6,9 +6,9 @@
*
* $RCSfile: RptModel.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2007-07-09 11:56:02 $
+ * last change: $Author: kz $ $Date: 2008-03-05 17:18:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -47,6 +47,10 @@ namespace dbaui
{
class OSingleDocumentController;
}
+namespace reportdesign
+{
+ class OReportDefinition;
+}
namespace rptui
{
//============================================================================
@@ -63,13 +67,16 @@ class REPORTDESIGN_DLLPUBLIC OReportModel : public SdrModel
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);