summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-08-28 05:50:11 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-08-28 05:50:11 +0000
commit3759dd21fb161f9016e5b53756b57a45f25712ed (patch)
tree2fce03a74656121c1a00c9578888a81ee04297ec
parentfcc188527003d6dcafab10e828f71cde6793ef8c (diff)
INTEGRATION: CWS dba30i_DEV300 (1.4.56); FILE MERGED
2008/08/25 11:26:36 oj 1.4.56.1: #i93017#
-rw-r--r--reportdesign/java/com/sun/star/report/pentaho/output/text/VariablesDeclarations.java8
1 files changed, 7 insertions, 1 deletions
diff --git a/reportdesign/java/com/sun/star/report/pentaho/output/text/VariablesDeclarations.java b/reportdesign/java/com/sun/star/report/pentaho/output/text/VariablesDeclarations.java
index 8a43371dcc74..a348fb9b67fb 100644
--- a/reportdesign/java/com/sun/star/report/pentaho/output/text/VariablesDeclarations.java
+++ b/reportdesign/java/com/sun/star/report/pentaho/output/text/VariablesDeclarations.java
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: VariablesDeclarations.java,v $
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -75,6 +75,12 @@ public class VariablesDeclarations
{
// create the default mapping as well..
holder.put(null, name);
+ holder.put("time", name);
+ holder.put("date", name);
+ holder.put("datetime", name);
+ holder.put("float", name);
+ holder.put("string", name);
+ holder.put("boolean", name);
}
holder.put(type, name);
return result;