merged tag ooo/OOO330_m14
[LibreOffice.git] / offapi / com / sun / star / chart2 / XLegendEntry.idl
blob579c453dbd6aaf781fdda7c27f1ea88d3a40fd81
1 #ifndef com_sun_star_chart_XLegendEntry_idl
2 #define com_sun_star_chart_XLegendEntry_idl
4 #include <com/sun/star/uno/XInterface.idl>
6 #include "com/sun/star/chart2/XTitle.idl"
7 #include "com/sun/star/chart2/LegendSymbolStyle.idl"
9 module com
11 module sun
13 module star
15 module chart2
18 /** Object type for Legend.
20 interface XLegendEntry : ::com::sun::star::uno::XInterface
22 // no methods, currently only used for type safety
25 } ; // chart2
26 } ; // com
27 } ; // sun
28 } ; // star
30 #endif