summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2000-11-20 13:48:39 +0000
committerBjörn Milcke <bm@openoffice.org>2000-11-20 13:48:39 +0000
commit241ad2fa85f8305302bea0c2960c64f53f0885b1 (patch)
treee8cac8071323a278cb41e6a64e26142f61bfff55 /offapi
parent5f43971959903ba1704754334f6c30a04f1fc3e9 (diff)
SymbolBitmapURL is a string not an XBitmap
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/chart/ChartDataPointProperties.idl13
1 files changed, 6 insertions, 7 deletions
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 <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