summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/XAxisSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/XAxisSupplier.idl')
-rw-r--r--offapi/com/sun/star/chart/XAxisSupplier.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/chart/XAxisSupplier.idl b/offapi/com/sun/star/chart/XAxisSupplier.idl
index 88f14db321eb..c7858f401fc7 100644
--- a/offapi/com/sun/star/chart/XAxisSupplier.idl
+++ b/offapi/com/sun/star/chart/XAxisSupplier.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module chart {
interface XAxisSupplier : ::com::sun::star::uno::XInterface
{
/** @returns
- the primary axis of the specified dimension. The returned object supports service <type>ChartAxis</type>.
+ the primary axis of the specified dimension. The returned object supports service ChartAxis.
@param nDimensionIndex
Parameter nDimensionIndex says whether it is a x, y or z-axis (0 for x).
@@ -38,7 +38,7 @@ interface XAxisSupplier : ::com::sun::star::uno::XInterface
com::sun::star::chart::XAxis getAxis( [in] long nDimensionIndex );
/** @returns
- the secondary axis of the specified dimension. The returned object supports service <type>ChartAxis</type>.
+ the secondary axis of the specified dimension. The returned object supports service ChartAxis.
@param nDimensionIndex
Parameter nDimensionIndex says whether it is a x, y or z-axis (0 for x).