diff options
-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 |