xref: /aoo41x/main/offapi/com/sun/star/chart2/XLegend.idl (revision cdf0e10c)
1#ifndef com_sun_star_chart_XLegend_idl
2#define com_sun_star_chart_XLegend_idl
3
4#include <com/sun/star/uno/XInterface.idl>
5
6module com
7{
8module sun
9{
10module star
11{
12module chart2
13{
14
15/** interface for the legend of a diagram
16 */
17interface XLegend : ::com::sun::star::uno::XInterface
18{
19};
20
21} ; // chart2
22} ; // com
23} ; // sun
24} ; // star
25
26#endif
27