summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-08-03 11:05:21 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2013-08-03 11:15:07 +0200
commitf4cadd9772ed0ff6e7f7b170080f90384d1f2318 (patch)
treef307371e6ebee8b00dd9023bf2c44cb24a2e7f77 /offapi
parent65e65a93adb0210f698de77bcc0e7c0a96dff350 (diff)
fdo#67235 adapt form control code to time nanosecond API change, step 2
Change-Id: I6ed48b506bdd7b3908ce8c7dba1b74093a3ac202
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl6
-rw-r--r--offapi/type_reference/offapi.rdbbin6822400 -> 6822400 bytes
2 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl b/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl
index bff3ccebe32a..5b59ff7461a3 100644
--- a/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl
@@ -168,7 +168,7 @@ published service UnoControlTimeFieldModel
/** specifies the time displayed in the control.
*/
- [property] long Time;
+ [property] hyper Time;
/** specifies the format of the displayed time.
@@ -187,12 +187,12 @@ published service UnoControlTimeFieldModel
/** specifies the maximum time that can be entered.
*/
- [property] long TimeMax;
+ [property] hyper TimeMax;
/** specifies the minimum time that can be entered.
*/
- [property] long TimeMin;
+ [property] hyper TimeMin;
/** denotes the writing mode used in the control, as specified in the
com::sun::star::text::WritingMode2 constants group.
diff --git a/offapi/type_reference/offapi.rdb b/offapi/type_reference/offapi.rdb
index c09e82439dd5..e85a07330320 100644
--- a/offapi/type_reference/offapi.rdb
+++ b/offapi/type_reference/offapi.rdb
Binary files differ