summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/NumberingLevel.idl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-19 09:44:40 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-19 09:44:40 +0000
commit7b002aed8d2c7035f38e458edd94334bda5b034e (patch)
treec0af9a9306add90233efd8e3347c54688d77936e /offapi/com/sun/star/text/NumberingLevel.idl
parentINTEGRATION: CWS sdk10 (1.10.86); FILE MERGED (diff)
downloadcore-7b002aed8d2c7035f38e458edd94334bda5b034e.tar.gz
core-7b002aed8d2c7035f38e458edd94334bda5b034e.zip
INTEGRATION: CWS sdk10 (1.5.342); FILE MERGED
2004/02/10 15:41:14 mi 1.5.342.1: #i18677# color/long -> Color
Diffstat (limited to 'offapi/com/sun/star/text/NumberingLevel.idl')
-rw-r--r--offapi/com/sun/star/text/NumberingLevel.idl10
1 files changed, 7 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/NumberingLevel.idl b/offapi/com/sun/star/text/NumberingLevel.idl
index d60110748c85..8dda1a789927 100644
--- a/offapi/com/sun/star/text/NumberingLevel.idl
+++ b/offapi/com/sun/star/text/NumberingLevel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NumberingLevel.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2001-11-02 11:57:32 $
+ * last change: $Author: kz $ $Date: 2004-05-19 10:44:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,10 @@
#ifndef __com_sun_star_text_NumberingLevel_idl__
#define __com_sun_star_text_NumberingLevel_idl__
+#ifndef __com_sun_star_util_Color_idl__
+#include <com/sun/star/util/Color.idl>
+#endif
+
//=============================================================================
module com { module sun { module star { module text {
@@ -207,7 +211,7 @@ service NumberingLevel
/** contains the color for the symbol. This is only valid if the
numbering type is <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>.
*/
- [optional, property] long BulletColor;
+ [optional, property] com::sun::star::util::Color BulletColor;
/** contains the size of the symbol relative to the high of the paragraph. This is only valid if the
numbering type is <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>.