summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/XAxis.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/XAxis.idl')
-rw-r--r--offapi/com/sun/star/chart/XAxis.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/chart/XAxis.idl b/offapi/com/sun/star/chart/XAxis.idl
index 17725b72dbe2..adb973a053da 100644
--- a/offapi/com/sun/star/chart/XAxis.idl
+++ b/offapi/com/sun/star/chart/XAxis.idl
@@ -30,17 +30,17 @@ module com { module sun { module star { module chart {
interface XAxis : ::com::sun::star::uno::XInterface
{
/** @returns
- the title of the axis. The returned object supports the properties described in service <type>ChartTitle</type>.
+ the title of the axis. The returned object supports the properties described in service ChartTitle.
*/
com::sun::star::beans::XPropertySet getAxisTitle();
/** @returns
- the properties of the major grid of the axis. The returned object supports service <type>ChartGrid</type>.
+ the properties of the major grid of the axis. The returned object supports service ChartGrid.
*/
com::sun::star::beans::XPropertySet getMajorGrid();
/** @returns
- the properties of the minor grid of the axis. The returned object supports service <type>ChartGrid</type>.
+ the properties of the minor grid of the axis. The returned object supports service ChartGrid.
*/
com::sun::star::beans::XPropertySet getMinorGrid();
};