summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/BaseIndex.idl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-19 09:44:01 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-19 09:44:01 +0000
commit38968fec5094d0978875b8fbc3addaea6cc46174 (patch)
treebc8ea1a4c027369dfacfe21f55a71e7486c7cf14 /offapi/com/sun/star/text/BaseIndex.idl
parentINTEGRATION: CWS sdk10 (1.3.322); FILE MERGED (diff)
downloadcore-38968fec5094d0978875b8fbc3addaea6cc46174.tar.gz
core-38968fec5094d0978875b8fbc3addaea6cc46174.zip
INTEGRATION: CWS sdk10 (1.13.224); FILE MERGED
2004/02/10 15:41:12 mi 1.13.224.1: #i18677# color/long -> Color
Diffstat (limited to 'offapi/com/sun/star/text/BaseIndex.idl')
-rw-r--r--offapi/com/sun/star/text/BaseIndex.idl10
1 files changed, 7 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/BaseIndex.idl b/offapi/com/sun/star/text/BaseIndex.idl
index 1e2b74fe322f..83e64faecb06 100644
--- a/offapi/com/sun/star/text/BaseIndex.idl
+++ b/offapi/com/sun/star/text/BaseIndex.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: BaseIndex.idl,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2003-04-17 10:13:36 $
+ * last change: $Author: kz $ $Date: 2004-05-19 10:44:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,6 +63,10 @@
#ifndef __com_sun_star_text_BaseIndex_idl__
#define __com_sun_star_text_BaseIndex_idl__
+#ifndef __com_sun_star_util_Color_idl__
+#include <com/sun/star/util/Color.idl>
+#endif
+
#ifndef __com_sun_star_text_XDocumentIndex_idl__
#include <com/sun/star/text/XDocumentIndex.idl>
#endif
@@ -181,7 +185,7 @@ service BaseIndex
// DocMerge from xml: property com::sun::star::text::BaseIndex::BackTransparent
/** specifies the color of the background.
*/
- [property] long BackColor;
+ [property] com::sun::star::util::Color BackColor;
/** If <TRUE/>, the background color value in "BackColor" is not visible.
*/