diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-08-20 00:26:03 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-08-20 00:26:03 +0200 |
commit | 2f328ab300175c38ae51025469c1e85b3caf62cd (patch) | |
tree | 478ab09b68c48c5b8e302db61715948b7d62046a /offapi | |
parent | 1aebeb0208a3643529eef23a0c5a1a0d0b366716 (diff) |
Fix doxygen in offapi, awt/XMessageBoxFactory.idl
Change-Id: Iee4f792d35b8caf13bbd1c9ec7aefe38f185dcbb
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/XMessageBoxFactory.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/XMessageBoxFactory.idl b/offapi/com/sun/star/awt/XMessageBoxFactory.idl index 22b0b7bb1522..3a1df4126e15 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'. */ |