summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-19 09:39:33 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-19 09:39:33 +0000
commit5778647d90716644765436d4350041c7b90726b5 (patch)
treeb5cce9913330d0fc48a84a02cce3d91fa7ae41f2 /offapi/com/sun/star/drawing
parent7c4729baa14eb5412b0bbab6bdc35b796c046077 (diff)
INTEGRATION: CWS sdk10 (1.2.322); FILE MERGED
2004/02/10 15:40:17 mi 1.2.322.1: #i18677# color/long -> Color
Diffstat (limited to 'offapi/com/sun/star/drawing')
-rw-r--r--offapi/com/sun/star/drawing/ShadowProperties.idl10
1 files changed, 7 insertions, 3 deletions
diff --git a/offapi/com/sun/star/drawing/ShadowProperties.idl b/offapi/com/sun/star/drawing/ShadowProperties.idl
index e4f34be95e1c..5922535eec45 100644
--- a/offapi/com/sun/star/drawing/ShadowProperties.idl
+++ b/offapi/com/sun/star/drawing/ShadowProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ShadowProperties.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2002-10-02 15:12:23 $
+ * last change: $Author: kz $ $Date: 2004-05-19 10:39:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,10 @@
#ifndef __com_sun_star_drawing_ShadowProperties_idl__
#define __com_sun_star_drawing_ShadowProperties_idl__
+#ifndef __com_sun_star_util_Color_idl__
+#include <com/sun/star/util/Color.idl>
+#endif
+
//=============================================================================
@@ -84,7 +88,7 @@ service ShadowProperties
/** This is the color of the shadow of this <type>Shape</type>.
*/
- [property] long ShadowColor;
+ [property] com::sun::star::util::Color ShadowColor;
//-------------------------------------------------------------------------