summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/ChartTypeTemplate.idl
blob: a3801a745e638a8ffcf519e32b21e60e36c159bb (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
#ifndef com_sun_star_chart_ChartTypeTemplate_idl
#define com_sun_star_chart_ChartTypeTemplate_idl

#include <com/sun/star/chart2/XChartTypeTemplate.idl>

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

service ChartTypeTemplate
{
    interface ::com::sun::star::chart2::XChartTypeTemplate;
};

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

#endif