User: rt      
Date: 2008-09-04 07:23:28+0000
Modified:
   
dba/reportbuilder/java/com/sun/star/report/pentaho/output/text/VariablesDeclarations.java

Log:
 INTEGRATION: CWS dba30j_DEV300 (1.1.1.1.4); FILE MERGED
 2008/09/01 11:46:02 oj 1.1.1.1.4.1: #i93017# add time as double value

File Changes:

Directory: /dba/reportbuilder/java/com/sun/star/report/pentaho/output/text/
===========================================================================

File [changed]: VariablesDeclarations.java
Url: 
http://dba.openoffice.org/source/browse/dba/reportbuilder/java/com/sun/star/report/pentaho/output/text/VariablesDeclarations.java?r1=1.1.1.1&r2=1.2
Delta lines:  +8 -2
-------------------
--- VariablesDeclarations.java  2008-08-12 14:14:12+0000        1.1.1.1
+++ VariablesDeclarations.java  2008-09-04 07:23:25+0000        1.2
@@ -75,6 +75,12 @@
         {
             // 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;




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to