Tag: cws_src680_oj14
User: fs      
Date: 2007-06-12 11:06:10+0000
Modified:
   
dba/reportdesign/java/com/sun/star/report/pentaho/parser/rpt/FunctionReadHandler.java

Log:
 functions now working, again

File Changes:

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

File [changed]: FunctionReadHandler.java
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/java/com/sun/star/report/pentaho/parser/rpt/FunctionReadHandler.java?r1=1.1.2.1&r2=1.1.2.2
Delta lines:  +4 -4
-------------------
--- FunctionReadHandler.java    2007-05-09 12:41:58+0000        1.1.2.1
+++ FunctionReadHandler.java    2007-06-12 11:06:07+0000        1.1.2.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: FunctionReadHandler.java,v $
  *
- *  $Revision: 1.1.2.1 $
+ *  $Revision: 1.1.2.2 $
  *
- *  last change: $Author: oj $ $Date: 2007/05/09 12:41:58 $
+ *  last change: $Author: fs $ $Date: 2007/06/12 11:06:07 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -91,7 +91,7 @@
     final String deepTraversing = attrs.getValue
         (OfficeNamespaces.OOREPORT_NS, "deep-traversing");
 
-    if (initialFormula == null)
+    if (initialFormula != null)
     {
       final FormulaFunction function = new FormulaFunction();
       function.setInitial(initialFormula);




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

Reply via email to