From d270e0649f965acb111edb5a762f31cf2bb1bec6 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Fri, 12 Feb 2010 16:56:44 +0100
Subject: changefileheader2: #i10000#: convert files with CR/LF characters to
CR only
---
reportbuilder/java/libformula.properties | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'reportbuilder/java')
diff --git a/reportbuilder/java/libformula.properties b/reportbuilder/java/libformula.properties
index c18f9ddb3910..c9a7d35d1afe 100644
--- a/reportbuilder/java/libformula.properties
+++ b/reportbuilder/java/libformula.properties
@@ -27,8 +27,8 @@
##
# Any configuration will happen here.
-org.pentaho.reporting.libraries.formula.datesystem.StartYear=1930
-org.pentaho.reporting.libraries.formula.datesystem.ExcelHack=false
+org.pentaho.reporting.libraries.formula.datesystem.StartYear=1930
+org.pentaho.reporting.libraries.formula.datesystem.ExcelHack=false
#
# A list of all known functions.
--
cgit