summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/XChartDocument.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart2/XChartDocument.idl')
-rw-r--r--offapi/com/sun/star/chart2/XChartDocument.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/chart2/XChartDocument.idl b/offapi/com/sun/star/chart2/XChartDocument.idl
index 1810ccf1d81c..5566c8130cc7 100644
--- a/offapi/com/sun/star/chart2/XChartDocument.idl
+++ b/offapi/com/sun/star/chart2/XChartDocument.idl
@@ -100,13 +100,13 @@ interface XChartDocument : ::com::sun::star::frame::XModel
/** sets a new component that is able to create different chart
type templates (components of type
- <type>ChartTypeTemplate</type>)
+ ChartTypeTemplate)
*/
void setChartTypeManager( [in] XChartTypeManager xNewManager );
/** retrieves the component that is able to create different chart
type templates (components of type
- <type>ChartTypeTemplate</type>)
+ ChartTypeTemplate)
*/
XChartTypeManager getChartTypeManager();