diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-05-19 09:45:05 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-05-19 09:45:05 +0000 |
commit | 0ea3c253c70b62d7d43b0a1809390888539e28fc (patch) | |
tree | a07de830e092eca8dd8ac1796e7834b61788212f /offapi | |
parent | 1104c9b4d737cdf680dc15fb9bcb036f3eae93f6 (diff) |
INTEGRATION: CWS sdk10 (1.2.324); FILE MERGED
2004/02/10 15:41:15 mi 1.2.324.1: #i18677# color/long -> Color
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/TextPageStyle.idl | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/TextPageStyle.idl b/offapi/com/sun/star/text/TextPageStyle.idl index 9ae88bfe6010..d1734e522fd5 100644 --- a/offapi/com/sun/star/text/TextPageStyle.idl +++ b/offapi/com/sun/star/text/TextPageStyle.idl @@ -2,9 +2,9 @@ * * $RCSfile: TextPageStyle.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:10:05 $ + * last change: $Author: kz $ $Date: 2004-05-19 10:45:05 $ * * 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_text_TextPageStyle_idl__ #define __com_sun_star_text_TextPageStyle_idl__ +#ifndef __com_sun_star_util_Color_idl__ +#include <com/sun/star/util/Color.idl> +#endif + #ifndef __com_sun_star_table_ShadowFormat_idl__ #include <com/sun/star/table/ShadowFormat.idl> #endif @@ -188,7 +192,7 @@ service TextPageStyle /** contains the color of the separator line between the text and the footnote area. */ - [property] long FootnoteLineColor; + [property] com::sun::star::util::Color FootnoteLineColor; //------------------------------------------------------------------------- |