summaryrefslogtreecommitdiff
path: root/jfreereport/patches
diff options
context:
space:
mode:
authorOcke Janssen <Ocke.Janssen@sun.com>2009-11-11 10:26:06 +0100
committerOcke Janssen <Ocke.Janssen@sun.com>2009-11-11 10:26:06 +0100
commitf87063c5269c3828519a8208ecb697aa2e8d55b3 (patch)
tree453754165de2fd00e25560e8174312759435080a /jfreereport/patches
parent4308b858072163d2ae8f63843a26b9626c47abf9 (diff)
#i99049# use vanilla sources
Diffstat (limited to 'jfreereport/patches')
-rw-r--r--jfreereport/patches/libformula.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/jfreereport/patches/libformula.patch b/jfreereport/patches/libformula.patch
index 07968b448675..8beb270e22e8 100644
--- a/jfreereport/patches/libformula.patch
+++ b/jfreereport/patches/libformula.patch
@@ -1,18 +1,3 @@
---- misc/libformula/source/org/pentaho/reporting/libraries/formula/function/datetime/DateDifFunction.java 2008-12-12 13:04:46.000000000 +0100
-+++ misc/build/libformula/source/org/pentaho/reporting/libraries/formula/function/datetime/DateDifFunction.java 2008-12-15 08:15:18.293125000 +0100
-@@ -198,12 +198,6 @@
- LibFormulaErrorValue.ERROR_INVALID_ARGUMENT_VALUE);
- }
-
-- if (res < 0)
-- {
-- throw new EvaluationException(
-- LibFormulaErrorValue.ERROR_INVALID_ARGUMENT_VALUE);
-- }
--
- //noinspection UnpredictableBigDecimalConstructorCall
- return new TypeValuePair(NumberType.GENERIC_NUMBER, new BigDecimal((double) res));
- }
--- 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 @@