diff options
author | Ocke Janssen [oj] <Ocke.Janssen@sun.com> | 2009-12-03 08:33:51 +0100 |
---|---|---|
committer | Ocke Janssen [oj] <Ocke.Janssen@sun.com> | 2009-12-03 08:33:51 +0100 |
commit | d82eecbcc262bcaea532d65adbe9b0b498d67ce9 (patch) | |
tree | 702bf35f96dbbe6b75c2220a80e8617c580379ca /jfreereport/patches/libformula.patch | |
parent | d75e0152f917200524d3afb8b64796c21e41fbb2 (diff) |
srb1: #i99049# add new lib from pentaho
Diffstat (limited to 'jfreereport/patches/libformula.patch')
-rw-r--r-- | jfreereport/patches/libformula.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/jfreereport/patches/libformula.patch b/jfreereport/patches/libformula.patch deleted file mode 100644 index 8beb270..0000000 --- a/jfreereport/patches/libformula.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- misc/libformula/source/org/pentaho/reporting/libraries/formula/lvalues/FormulaFunction.java 2008-12-12 13:04:46.000000000 +0100 -+++ misc/build/libformula/source/org/pentaho/reporting/libraries/formula/lvalues/FormulaFunction.java 2008-12-15 08:13:14.308750000 +0100 -@@ -161,7 +161,8 @@ - - for (int i = 0; i < parameters.length; i++) - { -- parameters[i].initialize(context); -+ if ( parameters[i] != null ) -+ parameters[i].initialize(context); - } - } - |