Tag: mws_ooo300 User: rt Date: 2008-08-28 06:46:25+0000 Modified: dba/reportbuilder/java/com/sun/star/report/pentaho/output/text/VariablesDeclarations.java
Log: INTEGRATION: CWS dba30i (1.4.56); FILE MERGED 2008/08/25 11:26:36 oj 1.4.56.1: #i93017# 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.1.1.1.2.1 Delta lines: +7 -1 ------------------- --- VariablesDeclarations.java 2008-08-12 14:14:12+0000 1.1.1.1 +++ VariablesDeclarations.java 2008-08-28 06:46:23+0000 1.1.1.1.2.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: VariablesDeclarations.java,v $ - * $Revision: 1.1.1.1 $ + * $Revision: 1.1.1.1.2.1 $ * * This file is part of OpenOffice.org. * @@ -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]
