summaryrefslogtreecommitdiff
path: root/jfreereport/patches/libformula.patch
diff options
context:
space:
mode:
authorOcke Janssen [oj] <Ocke.Janssen@sun.com>2009-12-03 08:33:51 +0100
committerOcke Janssen [oj] <Ocke.Janssen@sun.com>2009-12-03 08:33:51 +0100
commitd82eecbcc262bcaea532d65adbe9b0b498d67ce9 (patch)
tree702bf35f96dbbe6b75c2220a80e8617c580379ca /jfreereport/patches/libformula.patch
parentd75e0152f917200524d3afb8b64796c21e41fbb2 (diff)
srb1: #i99049# add new lib from pentaho
Diffstat (limited to 'jfreereport/patches/libformula.patch')
-rw-r--r--jfreereport/patches/libformula.patch12
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);
- }
- }
-