summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/chart2/XLegendEntry.idl
blob: 579c453dbd6aaf781fdda7c27f1ea88d3a40fd81 (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
27
28
29
30
#ifndef com_sun_star_chart_XLegendEntry_idl
#define com_sun_star_chart_XLegendEntry_idl

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

#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