diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-02-12 16:56:44 +0100 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-02-12 16:56:44 +0100 |
commit | d270e0649f965acb111edb5a762f31cf2bb1bec6 (patch) | |
tree | e7880fb733facc646f86fab3d2358d110d31a766 /reportbuilder/java | |
parent | 4326ef06febe54729620f31d18505fd9f847a7f1 (diff) |
changefileheader2: #i10000#: convert files with CR/LF characters to CR only
Diffstat (limited to 'reportbuilder/java')
-rw-r--r-- | reportbuilder/java/libformula.properties | 4 |
1 files changed, 2 insertions, 2 deletions
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. |