summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-19 09:43:22 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-19 09:43:22 +0000
commit2a464e6b54a2ba8f1f0ce221c37c670d184f4d13 (patch)
tree6857238e59d7b3569d3999f4642477941ee42bb8 /offapi/com/sun/star/table
parent9ea0601921bc3bf95012c56a8b41250c2ac663c4 (diff)
INTEGRATION: CWS sdk10 (1.8.322); FILE MERGED
2004/02/10 15:41:07 mi 1.8.322.1: #i18677# color/long -> Color
Diffstat (limited to 'offapi/com/sun/star/table')
-rw-r--r--offapi/com/sun/star/table/CellProperties.idl10
1 files changed, 7 insertions, 3 deletions
diff --git a/offapi/com/sun/star/table/CellProperties.idl b/offapi/com/sun/star/table/CellProperties.idl
index 9d796219ca35..c52eaf4e1d3a 100644
--- a/offapi/com/sun/star/table/CellProperties.idl
+++ b/offapi/com/sun/star/table/CellProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CellProperties.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:09:37 $
+ * last change: $Author: kz $ $Date: 2004-05-19 10:43:22 $
*
* 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_table_CellProperties_idl__
#define __com_sun_star_table_CellProperties_idl__
+#ifndef __com_sun_star_util_Color_idl__
+#include <com/sun/star/util/Color.idl>
+#endif
+
#ifndef __com_sun_star_beans_XPropertySet_idl__
#include <com/sun/star/beans/XPropertySet.idl>
#endif
@@ -128,7 +132,7 @@ service CellProperties
/** contains the cell background color.
*/
- [property] long CellBackColor;
+ [property] com::sun::star::util::Color CellBackColor;
//-------------------------------------------------------------------------