summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style/ParagraphProperties.idl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-19 09:42:54 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-19 09:42:54 +0000
commitc5705cfd51895f6ecad93e91b76c0754e8e033c8 (patch)
treec3508af31553fdd208e88b1cff15c435cf41abbb /offapi/com/sun/star/style/ParagraphProperties.idl
parentc64404c933f70032aa48d486eaa185503cfb860a (diff)
INTEGRATION: CWS sdk10 (1.18.194); FILE MERGED
2004/02/10 15:41:01 mi 1.18.194.1: #i18677# color/long -> Color
Diffstat (limited to 'offapi/com/sun/star/style/ParagraphProperties.idl')
-rw-r--r--offapi/com/sun/star/style/ParagraphProperties.idl10
1 files changed, 7 insertions, 3 deletions
diff --git a/offapi/com/sun/star/style/ParagraphProperties.idl b/offapi/com/sun/star/style/ParagraphProperties.idl
index e0bbb0318330..72007efaac35 100644
--- a/offapi/com/sun/star/style/ParagraphProperties.idl
+++ b/offapi/com/sun/star/style/ParagraphProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ParagraphProperties.idl,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: rt $ $Date: 2003-05-27 16:13:45 $
+ * last change: $Author: kz $ $Date: 2004-05-19 10:42:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,6 +65,10 @@
#include <com/sun/star/style/ParagraphAdjust.idl>
#endif
+#ifndef __com_sun_star_util_Color_idl__
+#include <com/sun/star/util/Color.idl>
+#endif
+
#ifndef __com_sun_star_style_LineSpacing_idl__
#include <com/sun/star/style/LineSpacing.idl>
#endif
@@ -127,7 +131,7 @@ service ParagraphProperties
// DocMerge from xml: property com::sun::star::style::ParagraphProperties::ParaBackColor
/** contains the paragraph background color.
*/
- [optional, property] long ParaBackColor;
+ [optional, property] com::sun::star::util::Color ParaBackColor;
//-------------------------------------------------------------------------