SymbolBitmapURL is a string not an XBitmap

This commit is contained in:
Björn Milcke 2000-11-20 13:48:39 +00:00
parent 5f43971959
commit 241ad2fa85

View file

@ -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 <com/sun/star/beans/XPropertySet.idl>
#endif
#ifndef __com_sun_star_awt_XBitmap_idl__
#include <com/sun/star/awt/XBitmap.idl>
#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