From 9a21e060e043b27d9dee02402b2a5c1a46f6ac4d Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 19 May 2004 09:45:19 +0000 Subject: INTEGRATION: CWS sdk10 (1.11.86); FILE MERGED 2004/02/10 15:41:16 mi 1.11.86.1: #i18677# color/long -> Color --- offapi/com/sun/star/text/TextTable.idl | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'offapi') 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 #endif +#ifndef __com_sun_star_util_Color_idl__ +#include +#endif + #ifndef __com_sun_star_text_XTextTable_idl__ #include #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. -- cgit