summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/XChartTypeManager.idl
blob: bc2b23d3e178dfd31334d1fa433b33197648140b (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_XChartTypeManager_idl
#define com_sun_star_chart_XChartTypeManager_idl

#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
#include <com/sun/star/chart2/XChartTypeTemplate.idl>

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

interface XChartTypeManager : ::com::sun::star::uno::XInterface
{
};

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

#endif