From fe96e50c5894df88f76b2ecc2871ae48c384395c Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Mon, 18 Jun 2001 13:37:51 +0000 Subject: [PATCH] #88349# description corrected: ClientMap -> ImageMap --- offapi/com/sun/star/text/TextGraphicObject.idl | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/offapi/com/sun/star/text/TextGraphicObject.idl b/offapi/com/sun/star/text/TextGraphicObject.idl index 24c877e4b9bc..d8b47bd3c39a 100644 --- a/offapi/com/sun/star/text/TextGraphicObject.idl +++ b/offapi/com/sun/star/text/TextGraphicObject.idl @@ -2,9 +2,9 @@ * * $RCSfile: TextGraphicObject.idl,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: os $ $Date: 2001-01-24 15:14:13 $ + * last change: $Author: os $ $Date: 2001-06-18 14:37:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,6 +75,9 @@ #ifndef __com_sun_star_drawing_ColorMode_idl__ #include #endif +#ifndef __com_sun_star_container_XIndexContainer_idl__ +#include +#endif //============================================================================= @@ -91,9 +94,9 @@ service TextGraphicObject */ service BaseFrame; //------------------------------------------------------------------------- - /** determines if a client-side image map is assigned to the object. + /** returns the client-side image map if one is assigned to the object. */ - [property] boolean ClientMap; + [property] com::sun::star::container::XIndexContainer ImageMap; //-------------------------------------------------------------------------