summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/Hatch.idl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-19 09:39:09 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-19 09:39:09 +0000
commit0efd544c5447bb01ac8133026ed788204e8e71ad (patch)
tree7df1446f78f933ef504ab02b30703fa9dda80b46 /offapi/com/sun/star/drawing/Hatch.idl
parent2a2db305f69aaacaceef7118f763c685851bde74 (diff)
INTEGRATION: CWS sdk10 (1.5.322); FILE MERGED
2004/05/18 12:32:07 mi 1.5.322.1: color -> Color
Diffstat (limited to 'offapi/com/sun/star/drawing/Hatch.idl')
-rw-r--r--offapi/com/sun/star/drawing/Hatch.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/drawing/Hatch.idl b/offapi/com/sun/star/drawing/Hatch.idl
index d686f97ece70..2d00fdf9bff0 100644
--- a/offapi/com/sun/star/drawing/Hatch.idl
+++ b/offapi/com/sun/star/drawing/Hatch.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Hatch.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2002-10-02 15:12:11 $
+ * last change: $Author: kz $ $Date: 2004-05-19 10:39:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,8 +65,8 @@
#include <com/sun/star/drawing/HatchStyle.idl>
#endif
-#ifndef __com_sun_star_drawing_color_idl__
-#include <com/sun/star/drawing/color.idl>
+#ifndef __com_sun_star_util_Color_idl__
+#include <com/sun/star/util/Color.idl>
#endif
@@ -94,7 +94,7 @@ struct Hatch
// DocMerge from xml: field com::sun::star::drawing::Hatch::Color
/** This is the color of the hatch lines.
*/
- com::sun::star::drawing::color Color;
+ com::sun::star::util::Color Color;
//-------------------------------------------------------------------------