diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-02-10 16:20:34 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-02-10 16:20:54 +0100 |
commit | 128700cdb722fff64782c2be2c755222ae87b607 (patch) | |
tree | a9206e8354d884e35281467dba5c362a680d1399 /offapi | |
parent | 5b63010228df1d58d71fcc99beab5e2d7b10348c (diff) |
Try to fix a warning during building
by disambiguating comment ending for the parser
Change-Id: I3432d4d034f10e81ce493acf8a952b200bde95a1
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/chart2/XCoordinateSystem.idl | 5 |
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 ); }; |