summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-19 09:42:16 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-19 09:42:16 +0000
commite374481414bfac9faa98de1fa4481d0100d9599d (patch)
tree49c9e303411e0326beb27f5e1310972e9f245fb4 /offapi/com/sun/star/style
parent23719e62f29d55bb8a9f266b403a2595ad908496 (diff)
INTEGRATION: CWS sdk10 (1.23.86); FILE MERGED
2004/03/29 08:14:28 mi 1.23.86.2: RESYNC: (1.23-1.24); FILE MERGED 2004/02/10 15:40:52 mi 1.23.86.1: #i18677# color/long -> Color
Diffstat (limited to 'offapi/com/sun/star/style')
-rw-r--r--offapi/com/sun/star/style/CharacterProperties.idl14
1 files changed, 9 insertions, 5 deletions
diff --git a/offapi/com/sun/star/style/CharacterProperties.idl b/offapi/com/sun/star/style/CharacterProperties.idl
index 12ecbf3ba30c..c1c6fed0bda7 100644
--- a/offapi/com/sun/star/style/CharacterProperties.idl
+++ b/offapi/com/sun/star/style/CharacterProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CharacterProperties.idl,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: kz $ $Date: 2004-02-26 15:50:15 $
+ * last change: $Author: kz $ $Date: 2004-05-19 10:42:16 $
*
* 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/lang/Locale.idl>
#endif
+#ifndef __com_sun_star_util_Color_idl__
+#include <com/sun/star/util/Color.idl>
+#endif
+
#ifndef __com_sun_star_awt_FontSlant_idl__
#include <com/sun/star/awt/FontSlant.idl>
#endif
@@ -118,7 +122,7 @@ service CharacterProperties
/** This property contains the value of the text color.
*/
- [property] long CharColor;
+ [property] com::sun::star::util::Color CharColor;
//-------------------------------------------------------------------------
@@ -167,7 +171,7 @@ service CharacterProperties
/** optional property which contains the text background color.
*/
- [optional, property] long CharBackColor;
+ [optional, property] com::sun::star::util::Color CharBackColor;
//-------------------------------------------------------------------------
@@ -367,7 +371,7 @@ service CharacterProperties
//-------------------------------------------------------------------------
/** gives the color of the underline for that character.
*/
- [property] long CharUnderlineColor;
+ [property] com::sun::star::util::Color CharUnderlineColor;
//-------------------------------------------------------------------------
/** specifies if the CharUnderlineColor is used for an underline.