summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlDateFieldModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlDateFieldModel.idl7
1 files changed, 4 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl b/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl
index a1e099e9d106..b0a237b49757 100644
--- a/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl
@@ -19,6 +19,7 @@
#ifndef __com_sun_star_awt_UnoControlDateFieldModel_idl__
#define __com_sun_star_awt_UnoControlDateFieldModel_idl__
+#include <com/sun/star/util/Date.idl>
#include <com/sun/star/awt/FontDescriptor.idl>
#include <com/sun/star/awt/UnoControlModel.idl>
@@ -67,7 +68,7 @@ published service UnoControlDateFieldModel
<p>The date must be specified in the format YYYYMMDD.</p>
*/
- [property] long Date;
+ [property] ::com::sun::star::util::Date Date;
/** specifies the format of the displayed date.
@@ -92,12 +93,12 @@ published service UnoControlDateFieldModel
/** specifies the maximum date that can be entered.
*/
- [property] long DateMax;
+ [property] ::com::sun::star::util::Date DateMax;
/** specifies the minimum date that can be entered.
*/
- [property] long DateMin;
+ [property] ::com::sun::star::util::Date DateMin;
/** specifies, if the date century is displayed.