summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlButtonModel.idl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-19 09:32:15 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-19 09:32:15 +0000
commit327c6bdc24983e9b5fb0a2d1453f10868644c9f0 (patch)
treec68db95893ca359510a8b6b9473829fdb3c27431 /offapi/com/sun/star/awt/UnoControlButtonModel.idl
parent539db839a10acb8f4fbdb2456d113412d5f45ee3 (diff)
INTEGRATION: CWS sdk10 (1.6.322); FILE MERGED
2004/02/10 15:39:26 mi 1.6.322.1: #i18677# color/long -> Color
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlButtonModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlButtonModel.idl14
1 files changed, 9 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlButtonModel.idl b/offapi/com/sun/star/awt/UnoControlButtonModel.idl
index 4f8d24c86..53a586c14 100644
--- a/offapi/com/sun/star/awt/UnoControlButtonModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlButtonModel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlButtonModel.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2004-04-13 11:09:30 $
+ * last change: $Author: kz $ $Date: 2004-05-19 10:32:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,6 +65,10 @@
#include <com/sun/star/awt/UnoControlModel.idl>
#endif
+#ifndef __com_sun_star_util_Color_idl__
+#include <com/sun/star/util/Color.idl>
+#endif
+
#ifndef __com_sun_star_awt_FontDescriptor_idl__
#include <com/sun/star/awt/FontDescriptor.idl>
#endif
@@ -86,7 +90,7 @@ service UnoControlButtonModel
/** specifies the background color (RGB) of the control.
*/
- [property] long BackgroundColor;
+ [property] com::sun::star::util::Color BackgroundColor;
//-------------------------------------------------------------------------
@@ -179,13 +183,13 @@ service UnoControlButtonModel
/** specifies the text color (RGB) of the control.
*/
- [property] long TextColor;
+ [property] com::sun::star::util::Color TextColor;
//-------------------------------------------------------------------------
/** specifies the text line color (RGB) of the control.
*/
- [property] long TextLineColor;
+ [property] com::sun::star::util::Color TextLineColor;
/** specifies whether the control should show repeating behaviour