Tag: cws_src680_oj14
User: fs      
Date: 2007-06-12 11:54:35+0000
Modified:
   dba/reportdesign/java/com/sun/star/report/SOImageService.java

Log:
 #i77105#

File Changes:

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

File [changed]: SOImageService.java
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/java/com/sun/star/report/SOImageService.java?r1=1.1.2.2&r2=1.1.2.3
Delta lines:  +4 -3
-------------------
--- SOImageService.java 2007-06-11 19:29:05+0000        1.1.2.2
+++ SOImageService.java 2007-06-12 11:54:32+0000        1.1.2.3
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: SOImageService.java,v $
  *
- *  $Revision: 1.1.2.2 $
+ *  $Revision: 1.1.2.3 $
  *
- *  last change: $Author: fs $ $Date: 2007/06/11 19:29:05 $
+ *  last change: $Author: fs $ $Date: 2007/06/12 11:54:32 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -97,7 +97,8 @@
       value[0].Name = "InputStream";
       value[0].Value = image;
 
-      final XPropertySet xImage = 
m_xGraphicProvider.queryGraphicDescriptor(value);
+      final XPropertySet xImage = (XPropertySet)UnoRuntime.queryInterface( 
XPropertySet.class,
+        m_xGraphicProvider.queryGraphic( value ) );
 
       if (xImage != null)
       {




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

Reply via email to