SymbolBitmapURL is a string not an XBitmap
This commit is contained in:
parent
5f43971959
commit
241ad2fa85
1 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue