summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlEditModel.idl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-19 09:33:57 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-19 09:33:57 +0000
commitfda35f032a590f0a9d40af464274e75a934ee78f (patch)
treebd161ad5e7bf95f9c17665e123ccf3e4f9d65336 /offapi/com/sun/star/awt/UnoControlEditModel.idl
parentc21af0f98da1ae53b11b4cd8847b1462373f659c (diff)
INTEGRATION: CWS sdk10 (1.7.322); FILE MERGED
2004/02/10 15:39:35 mi 1.7.322.1: #i18677# color/long -> Color
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlEditModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlEditModel.idl14
1 files changed, 9 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlEditModel.idl b/offapi/com/sun/star/awt/UnoControlEditModel.idl
index 1eea1d398a14..41fad0c46db3 100644
--- a/offapi/com/sun/star/awt/UnoControlEditModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlEditModel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlEditModel.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 13:17:42 $
+ * last change: $Author: kz $ $Date: 2004-05-19 10:33:57 $
*
* 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
@@ -98,7 +102,7 @@ service UnoControlEditModel
/** specifies the background color (RGB) of the control.
*/
- [property] long BackgroundColor;
+ [property] com::sun::star::util::Color BackgroundColor;
//-------------------------------------------------------------------------
@@ -212,13 +216,13 @@ service UnoControlEditModel
/** 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;
//-------------------------------------------------------------------------