summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/ChartTypeTemplate.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart2/ChartTypeTemplate.idl')
-rw-r--r--offapi/com/sun/star/chart2/ChartTypeTemplate.idl25
1 files changed, 25 insertions, 0 deletions
diff --git a/offapi/com/sun/star/chart2/ChartTypeTemplate.idl b/offapi/com/sun/star/chart2/ChartTypeTemplate.idl
new file mode 100644
index 000000000000..a3801a745e63
--- /dev/null
+++ b/offapi/com/sun/star/chart2/ChartTypeTemplate.idl
@@ -0,0 +1,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