#ifndef com_sun_star_chart_XLegendEntry_idl #define com_sun_star_chart_XLegendEntry_idl #include #include "com/sun/star/chart2/XTitle.idl" #include "com/sun/star/chart2/LegendSymbolStyle.idl" module com { module sun { module star { module chart2 { /** Object type for Legend. */ interface XLegendEntry : ::com::sun::star::uno::XInterface { // no methods, currently only used for type safety }; } ; // chart2 } ; // com } ; // sun } ; // star #endif