diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 08:59:34 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 08:59:34 +0000 |
commit | 7e96cd6b7da377b9dff74e56690f5a42f21cb5e5 (patch) | |
tree | 1e539a4740f342b97bf21e952d503c0b549f0036 /reportdesign/inc/ReportDefinition.hxx | |
parent | ed1ef654c567c7acfcee947f58d88819e4dcb46f (diff) |
INTEGRATION: CWS dba31a (1.8.4); FILE MERGED
2008/07/16 06:16:03 fs 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED
2008/07/10 06:36:08 oj 1.8.4.1: #i88727# new area prop for shapes
Diffstat (limited to 'reportdesign/inc/ReportDefinition.hxx')
-rw-r--r-- | reportdesign/inc/ReportDefinition.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/inc/ReportDefinition.hxx b/reportdesign/inc/ReportDefinition.hxx index ef7575379a24..6df3170c4519 100644 --- a/reportdesign/inc/ReportDefinition.hxx +++ b/reportdesign/inc/ReportDefinition.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ReportDefinition.hxx,v $ - * $Revision: 1.9 $ + * $Revision: 1.10 $ * * This file is part of OpenOffice.org. * @@ -169,7 +169,7 @@ namespace reportdesign */ ::boost::shared_ptr<rptui::OReportModel> getSdrModel() const; - static ::boost::shared_ptr<rptui::OReportModel> getSdrModel(::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition >& _xReportDefinition); + static ::boost::shared_ptr<rptui::OReportModel> getSdrModel(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition >& _xReportDefinition); private: DECLARE_XINTERFACE( ) DECLARE_XTYPEPROVIDER( ) |