User: vg Date: 2008-08-19 10:08:13+0000 Modified: dba/reportdesign/source/core/sdr/RptModel.cxx
Log: INTEGRATION: CWS dba31a (1.4.30); FILE MERGED 2008/07/10 06:44:42 oj 1.4.30.1: #i88727# new area prop for shapes and some model changes File Changes: Directory: /dba/reportdesign/source/core/sdr/ ============================================= File [changed]: RptModel.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/core/sdr/RptModel.cxx?r1=1.4&r2=1.5 Delta lines: +3 -1 ------------------- --- RptModel.cxx 2008-04-10 18:26:29+0000 1.4 +++ RptModel.cxx 2008-08-19 10:08:10+0000 1.5 @@ -33,6 +33,8 @@ #include "RptPage.hxx" #include <dbaccess/singledoccontroller.hxx> #include <tools/debug.hxx> +#include <svtools/pathoptions.hxx> + #include "UndoActions.hxx" #include "UndoEnv.hxx" #include "ReportUndoFactory.hxx" @@ -57,7 +59,7 @@ //---------------------------------------------------------------------------- OReportModel::OReportModel(::reportdesign::OReportDefinition* _pReportDefinition) : - SdrModel(NULL,_pReportDefinition) + SdrModel(SvtPathOptions().GetPalettePath(),NULL,_pReportDefinition) ,m_pController(NULL) ,m_pReportDefinition(_pReportDefinition) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
