Tag: cws_src680_reportdesign03
User: oj      
Date: 2008-05-07 07:19:34+0000
Modified:
   dba/reportdesign/java/com/sun/star/report/pentaho/output/ImageProducer.java

Log:
 #i88733# preserveIRI checked the wrong way

File Changes:

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

File [changed]: ImageProducer.java
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/java/com/sun/star/report/pentaho/output/ImageProducer.java?r1=1.4&r2=1.4.2.1
Delta lines:  +3 -3
-------------------
--- ImageProducer.java  2008-04-10 17:35:35+0000        1.4
+++ ImageProducer.java  2008-05-07 07:19:31+0000        1.4.2.1
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: ImageProducer.java,v $
- * $Revision: 1.4 $
+ * $Revision: 1.4.2.1 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -399,7 +399,7 @@
       final CSSNumericValue widthVal = 
CSSNumericValue.createValue(CSSNumericType.MM, dims.getWidth() / 100.0);
       final CSSNumericValue heightVal = 
CSSNumericValue.createValue(CSSNumericType.MM, dims.getHeight() / 100.0);
 
-      if (preserveIRI == false)
+      if ( preserveIRI )
       {
         final OfficeImage retval = new OfficeImage(url.toString(), widthVal, 
heightVal);
         imageCache.put(url, retval);




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

Reply via email to