summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/XLegend.idl
blob: 390c7ab20303fc164301aca2d4e6b0ce5a00ac19 (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
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#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

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */