offapi/com/sun/star/chart2/XCoordinateSystem.idl |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 128700cdb722fff64782c2be2c755222ae87b607
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Mon Feb 10 16:20:34 2014 +0100

    Try to fix a warning during building
    
    by disambiguating comment ending for the parser
    
    Change-Id: I3432d4d034f10e81ce493acf8a952b200bde95a1

diff --git a/offapi/com/sun/star/chart2/XCoordinateSystem.idl 
b/offapi/com/sun/star/chart2/XCoordinateSystem.idl
index 7d61a79..be94784 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 );
 };
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to