summaryrefslogtreecommitdiff
path: root/jfreereport/patches/libformula.patch
diff options
context:
space:
mode:
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 8beb270e22e8..000000000000
--- 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);
- }
- }
-