diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-05-19 09:45:19 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-05-19 09:45:19 +0000 |
commit | 9a21e060e043b27d9dee02402b2a5c1a46f6ac4d (patch) | |
tree | cc359bb9d843251573f61873a1d00303a8dd3eac /offapi | |
parent | 0ea3c253c70b62d7d43b0a1809390888539e28fc (diff) |
INTEGRATION: CWS sdk10 (1.11.86); FILE MERGED
2004/02/10 15:41:16 mi 1.11.86.1: #i18677# color/long -> Color
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/TextTable.idl | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/TextTable.idl b/offapi/com/sun/star/text/TextTable.idl index ecd2872676de..ee8f6720677c 100644 --- a/offapi/com/sun/star/text/TextTable.idl +++ b/offapi/com/sun/star/text/TextTable.idl @@ -2,9 +2,9 @@ * * $RCSfile: TextTable.idl,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2003-11-07 15:17:50 $ + * last change: $Author: kz $ $Date: 2004-05-19 10:45:19 $ * * 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/text/TextContent.idl> #endif +#ifndef __com_sun_star_util_Color_idl__ +#include <com/sun/star/util/Color.idl> +#endif + #ifndef __com_sun_star_text_XTextTable_idl__ #include <com/sun/star/text/XTextTable.idl> #endif @@ -292,7 +296,7 @@ service TextTable /** contains the color of the background. */ - [property] long BackColor; + [property] com::sun::star::util::Color BackColor; //------------------------------------------------------------------------- /** contains the URL for the background graphic. |