From 241ad2fa85f8305302bea0c2960c64f53f0885b1 Mon Sep 17 00:00:00 2001 From: Björn Milcke Date: Mon, 20 Nov 2000 13:48:39 +0000 Subject: SymbolBitmapURL is a string not an XBitmap --- offapi/com/sun/star/chart/ChartDataPointProperties.idl | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/chart/ChartDataPointProperties.idl b/offapi/com/sun/star/chart/ChartDataPointProperties.idl index a6f311079f77..3017ccaea459 100644 --- a/offapi/com/sun/star/chart/ChartDataPointProperties.idl +++ b/offapi/com/sun/star/chart/ChartDataPointProperties.idl @@ -2,9 +2,9 @@ * * $RCSfile: ChartDataPointProperties.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: bm $ $Date: 2000-11-20 14:47:20 $ + * last change: $Author: bm $ $Date: 2000-11-20 14:48:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,10 +81,6 @@ #include #endif -#ifndef __com_sun_star_awt_XBitmap_idl__ -#include -#endif - //============================================================================= module com { module sun { module star { module chart { @@ -151,7 +147,7 @@ service ChartDataPointProperties @optional@see ChartSymbolType */ - [optional, property] com::sun::star::awt::XBitmap SymbolBitmapURL; + [optional, property] string SymbolBitmapURL; }; //============================================================================= @@ -161,6 +157,9 @@ service ChartDataPointProperties /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/20 14:47:20 bm + +property SymbolBitmapURL for SunSigma + Revision 1.3 2000/11/08 12:42:35 mi moved from api -- cgit v1.2.3