Kaydet (Commit) 128700cd authored tarafından Julien Nabet's avatar Julien Nabet

Try to fix a warning during building

by disambiguating comment ending for the parser

Change-Id: I3432d4d034f10e81ce493acf8a952b200bde95a1
üst 5b630102
......@@ -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 );
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment