summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlTimeField.idl
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2002-09-05 07:07:16 +0000
committerMalte Timmermann <mt@openoffice.org>2002-09-05 07:07:16 +0000
commit4d8c9695e661d3334e515bce47393e4a0be8176d (patch)
tree9bda6e75cb9f5e2892ba034ebb53b5dd3f624722 /offapi/com/sun/star/awt/UnoControlTimeField.idl
parent4445d3cf860470a8b331c42fccf83f588bbbab00 (diff)
#97920# Fields support XSpinField now
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlTimeField.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlTimeField.idl13
1 files changed, 8 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlTimeField.idl b/offapi/com/sun/star/awt/UnoControlTimeField.idl
index c12b06909319..19b71b5f86ee 100644
--- a/offapi/com/sun/star/awt/UnoControlTimeField.idl
+++ b/offapi/com/sun/star/awt/UnoControlTimeField.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlTimeField.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mt $ $Date: 2001-04-09 15:20:00 $
+ * last change: $Author: mt $ $Date: 2002-09-05 08:07:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,8 +61,8 @@
#ifndef __com_sun_star_awt_UnoTimeFieldControl_idl__
#define __com_sun_star_awt_UnoTimeFieldControl_idl__
-#ifndef __com_sun_star_awt_UnoControlEdit_idl__
-#include <com/sun/star/awt/UnoControlEdit.idl>
+#ifndef __com_sun_star_awt_UnoControlSpinField_idl__
+#include <com/sun/star/awt/UnoControlSpinField.idl>
#endif
#ifndef __com_sun_star_awt_XTimeField_idl__
@@ -84,7 +84,7 @@
service UnoControlTimeField
{
// DocMerge: empty anyway
- service com::sun::star::awt::UnoControlEdit;
+ service com::sun::star::awt::UnoControlSpinField;
// DocMerge: empty anyway
interface com::sun::star::awt::XTimeField;
@@ -98,6 +98,9 @@ service UnoControlTimeField
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.2 2001/04/09 15:20:00 mt
+ #82889# Changed IDL file name and service name
+
Revision 1.1 2001/03/30 16:35:48 mt
#82889# Changed IDL file name and service name