User: kz      
Date: 2008-05-05 15:05:34+0000
Modified:
   
dba/reportdesign/java/com/sun/star/report/pentaho/parser/office/FontFaceDeclsReadHandler.java

Log:
 INTEGRATION: CWS dba30beta (1.3.6); FILE MERGED
 2008/04/22 10:30:30 oj 1.3.6.1: #i88503# merge changes from rptchart02

File Changes:

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

File [changed]: FontFaceDeclsReadHandler.java
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/java/com/sun/star/report/pentaho/parser/office/FontFaceDeclsReadHandler.java?r1=1.3&r2=1.4
Delta lines:  +4 -3
-------------------
--- FontFaceDeclsReadHandler.java       2008-04-10 17:46:13+0000        1.3
+++ FontFaceDeclsReadHandler.java       2008-05-05 15:05:30+0000        1.4
@@ -38,6 +38,7 @@
 import com.sun.star.report.pentaho.model.FontFaceElement;
 import com.sun.star.report.pentaho.parser.ElementReadHandler;
 import com.sun.star.report.pentaho.parser.style.FontFaceReadHandler;
+import java.util.List;
 import org.jfree.report.structure.Element;
 import org.jfree.xmlns.parser.XmlReadHandler;
 import org.xml.sax.Attributes;
@@ -52,8 +53,8 @@
  */
 public class FontFaceDeclsReadHandler extends ElementReadHandler
 {
-  private FontFaceDeclsSection fontFaceDecls;
-  private ArrayList fontFaceReadHandlers;
+  private final FontFaceDeclsSection fontFaceDecls;
+  private final List fontFaceReadHandlers;
 
   public FontFaceDeclsReadHandler(final FontFaceDeclsSection fontFaceDecls)
   {
@@ -81,7 +82,7 @@
                                               final Attributes atts)
       throws SAXException
   {
-    if (OfficeNamespaces.STYLE_NS.equals(uri) == false)
+    if (!OfficeNamespaces.STYLE_NS.equals(uri) )
     {
       return null;
     }




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

Reply via email to