summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-19 09:43:08 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-19 09:43:08 +0000
commit9ea0601921bc3bf95012c56a8b41250c2ac663c4 (patch)
tree3eb210909fcbb93ab383e6ba480c75136f13e4d7 /offapi/com/sun/star/table
parentc5705cfd51895f6ecad93e91b76c0754e8e033c8 (diff)
INTEGRATION: CWS sdk10 (1.4.322); FILE MERGED
2004/02/10 15:41:06 mi 1.4.322.1: #i18677# color/long -> Color
Diffstat (limited to 'offapi/com/sun/star/table')
-rw-r--r--offapi/com/sun/star/table/BorderLine.idl10
1 files changed, 7 insertions, 3 deletions
diff --git a/offapi/com/sun/star/table/BorderLine.idl b/offapi/com/sun/star/table/BorderLine.idl
index ef8fa5eb1078..8363fe65feb4 100644
--- a/offapi/com/sun/star/table/BorderLine.idl
+++ b/offapi/com/sun/star/table/BorderLine.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: BorderLine.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:09:35 $
+ * last change: $Author: kz $ $Date: 2004-05-19 10:43:08 $
*
* 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_BorderLine_idl__
#define __com_sun_star_table_BorderLine_idl__
+#ifndef __com_sun_star_util_Color_idl__
+#include <com/sun/star/util/Color.idl>
+#endif
+
//=============================================================================
module com { module sun { module star { module table {
@@ -76,7 +80,7 @@ struct BorderLine
/** contains the color value of the line.
*/
- long Color;
+ com::sun::star::util::Color Color;
//-------------------------------------------------------------------------