summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-19 09:43:35 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-19 09:43:35 +0000
commit0b3a556d54252886c2da25f8d7f174561c22e434 (patch)
tree2a8a6869052f43a3a0b9a63460667ba3cd8425e3
parent2a464e6b54a2ba8f1f0ce221c37c670d184f4d13 (diff)
INTEGRATION: CWS sdk10 (1.5.322); FILE MERGED
2004/02/10 15:41:10 mi 1.5.322.1: #i18677# color/long -> Color
-rw-r--r--offapi/com/sun/star/table/ShadowFormat.idl10
1 files changed, 7 insertions, 3 deletions
diff --git a/offapi/com/sun/star/table/ShadowFormat.idl b/offapi/com/sun/star/table/ShadowFormat.idl
index e02973b09515..f60e981b24e4 100644
--- a/offapi/com/sun/star/table/ShadowFormat.idl
+++ b/offapi/com/sun/star/table/ShadowFormat.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ShadowFormat.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:09:38 $
+ * last change: $Author: kz $ $Date: 2004-05-19 10:43:35 $
*
* 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_ShadowFormat_idl__
#define __com_sun_star_table_ShadowFormat_idl__
+#ifndef __com_sun_star_util_Color_idl__
+#include <com/sun/star/util/Color.idl>
+#endif
+
#ifndef __com_sun_star_table_ShadowLocation_idl__
#include <com/sun/star/table/ShadowLocation.idl>
#endif
@@ -98,7 +102,7 @@ struct ShadowFormat
/** contains the color value of the shadow.
*/
- long Color;
+ com::sun::star::util::Color Color;
};