Tag: cws_src680_oj14
User: oj      
Date: 2007-06-04 11:16:34+0000
Log:
 #i77105# new image service

File Changes:

Directory: /dba/reportdesign/java/com/sun/star/report/pentaho/
==============================================================

File [changed]: SOReportJobFactory.java
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/java/com/sun/star/report/pentaho/SOReportJobFactory.java?r1=1.1.2.1&r2=1.1.2.2
Delta lines:  +3 -2
-------------------
--- SOReportJobFactory.java     2007-05-09 11:48:19+0000        1.1.2.1
+++ SOReportJobFactory.java     2007-06-04 11:16:31+0000        1.1.2.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: SOReportJobFactory.java,v $
  *
- *  $Revision: 1.1.2.1 $
+ *  $Revision: 1.1.2.2 $
  *
- *  last change: $Author: oj $ $Date: 2007/05/09 11:48:19 $
+ *  last change: $Author: oj $ $Date: 2007/06/04 11:16:31 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -185,6 +185,7 @@
                 procParms.setProperty(ReportEngineParameterNames.OUTPUT_NAME, 
outputName);
                 procParms.setProperty(ReportEngineParameterNames.CONTENT_TYPE, 
mimetype);
                 
procParms.setProperty(ReportEngineParameterNames.INPUT_DATASOURCE_FACTORY, 
dataFactory);
+                
procParms.setProperty(ReportEngineParameterNames.IMAGE_SERVICE, new 
SOImageService(m_cmpCtx));
                 
                 final ReportJob job = engine.createJob(definition);
                 job.execute();




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to