diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 12:25:02 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 12:25:02 +0000 |
commit | fb30c67c7be64729a5cc035ba6e6cd4c798ab4ac (patch) | |
tree | d7e4445ed188127e1e51b3eb9e1cb302b4af5cd8 /offapi | |
parent | b747aecc549abf1066d504fb8a491a8951524430 (diff) |
INTEGRATION: CWS tl14 (1.9.148); FILE MERGED
2005/09/23 06:45:46 tl 1.9.148.2: RESYNC: (1.9-1.10); FILE MERGED
2005/07/13 14:59:05 tl 1.9.148.1: #i50417# changed property type of NumberFormat to 'long'
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/textfield/DateTime.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/textfield/DateTime.idl b/offapi/com/sun/star/text/textfield/DateTime.idl index 99b7181359d1..92f23bc47080 100644 --- a/offapi/com/sun/star/text/textfield/DateTime.idl +++ b/offapi/com/sun/star/text/textfield/DateTime.idl @@ -4,9 +4,9 @@ * * $RCSfile: DateTime.idl,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-08 06:57:44 $ + * last change: $Author: rt $ $Date: 2005-11-11 13:25:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -71,7 +71,7 @@ published service DateTime /** this is the number format for this field @see com::sun::star::util::NumberFormatter */ - [optional, property] short NumberFormat; + [optional, property] long NumberFormat; /** this is the display format for this field. Depending on <member>IsDate</member>, this |