[Libreoffice-commits] core.git: offapi/com

Julien Nabet serval2412 at yahoo.fr
Mon Aug 19 15:26:31 PDT 2013


 offapi/com/sun/star/awt/XMessageBoxFactory.idl |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 2f328ab300175c38ae51025469c1e85b3caf62cd
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Tue Aug 20 00:26:03 2013 +0200

    Fix doxygen in offapi, awt/XMessageBoxFactory.idl
    
    Change-Id: Iee4f792d35b8caf13bbd1c9ec7aefe38f185dcbb

diff --git a/offapi/com/sun/star/awt/XMessageBoxFactory.idl b/offapi/com/sun/star/awt/XMessageBoxFactory.idl
index 22b0b7b..3a1df41 100644
--- a/offapi/com/sun/star/awt/XMessageBoxFactory.idl
+++ b/offapi/com/sun/star/awt/XMessageBoxFactory.idl
@@ -42,10 +42,10 @@ published interface XMessageBoxFactory : com::sun::star::uno::XInterface
 
             <p>This parameter must not be null.</p>
 
-        @param aType
+        @param eType
             the message box type.
 
-        @param aButtons
+        @param nButtons
             specifies which buttons should be available on the message box.
 
             <p>A combination of com::sun::star::awt::MessageBoxButtons</p>
@@ -53,10 +53,10 @@ published interface XMessageBoxFactory : com::sun::star::uno::XInterface
             ignores this paramter, instead it uses a
             com::sun::star::awt::MessageBoxButtons::BUTTONS_OK.</p>
 
-        @param aTitle
+        @param sTitle
                 specifies the title of the message box.
 
-        @param aMessage
+        @param sMessage
             specifies text which will be shown by the message box.
             Line-breaks must be added using 'CR' or 'CR+LF'.
     */


More information about the Libreoffice-commits mailing list