summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/chart2/XCoordinateSystem.idl5
1 files changed, 1 insertions, 4 deletions
diff --git a/offapi/com/sun/star/chart2/XCoordinateSystem.idl b/offapi/com/sun/star/chart2/XCoordinateSystem.idl
index 7d61a79217fd..be9478411187 100644
--- a/offapi/com/sun/star/chart2/XCoordinateSystem.idl
+++ b/offapi/com/sun/star/chart2/XCoordinateSystem.idl
@@ -32,9 +32,6 @@ module star
module chart2
{
-/**
-*/
-
interface XCoordinateSystem : ::com::sun::star::uno::XInterface
{
/** the dimension of the coordinate-system.
@@ -71,7 +68,7 @@ interface XCoordinateSystem : ::com::sun::star::uno::XInterface
/** In one dimension there could be several axes to enable main and secondary axis and maybe more in future.
This method returns the maximum index at which an axis exists for the given dimension.
It is allowed that some indexes in between do not have an axis.
- /*/
+ */
long getMaximumAxisIndexByDimension( [in] long nDimension )
raises( com::sun::star::lang::IndexOutOfBoundsException );
};