summaryrefslogtreecommitdiff
path: root/jfreereport/patches
diff options
context:
space:
mode:
authorOcke Janssen <Ocke.Janssen@sun.com>2009-11-11 10:36:44 +0100
committerOcke Janssen <Ocke.Janssen@sun.com>2009-11-11 10:36:44 +0100
commit8146fda3eba555ac762aa7b98634d9bb1c385f7a (patch)
tree9eec6c222ae3e0ac695cb06021ccf5a8a283e161 /jfreereport/patches
parent4308b858072163d2ae8f63843a26b9626c47abf9 (diff)
parent76e2cf337c3b5af356e64fe7072c39fbc421fc9b (diff)
Automated merge with file:///net/so-cwsserv01/export/cws/hg_clean/ooo/DEV300
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 @@