summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/XLegend.idl
blob: 1cc8666ef20d972f0fe7e81d8180aedd3d9c72f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#ifndef com_sun_star_chart_XLegend_idl
#define com_sun_star_chart_XLegend_idl

#include <com/sun/star/uno/XInterface.idl>

module com
{
module sun
{
module star
{
module chart2
{

/** interface for the legend of a diagram
 */
interface XLegend : ::com::sun::star::uno::XInterface
{
};

} ; // chart2
} ; // com
} ; // sun
} ; // star

#endif