From 128700cdb722fff64782c2be2c755222ae87b607 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Mon, 10 Feb 2014 16:20:34 +0100 Subject: Try to fix a warning during building by disambiguating comment ending for the parser Change-Id: I3432d4d034f10e81ce493acf8a952b200bde95a1 --- offapi/com/sun/star/chart2/XCoordinateSystem.idl | 5 +---- 1 file changed, 1 insertion(+), 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 ); }; -- cgit