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

Miklos Vajna vmiklos at suse.cz
Tue Aug 6 01:41:05 PDT 2013


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

New commits:
commit 4ae08f617b7c05878988e7e58a5ecbf46e20ebc9
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Tue Aug 6 10:39:29 2013 +0200

    offapi: fix doxygen warnings in awt::MessageBoxResults
    
    Change-Id: Id8ef8e131b94ff4676af388da2abd437fc1f7704

diff --git a/offapi/com/sun/star/awt/MessageBoxResults.idl b/offapi/com/sun/star/awt/MessageBoxResults.idl
index 9757086..5c63d6e 100644
--- a/offapi/com/sun/star/awt/MessageBoxResults.idl
+++ b/offapi/com/sun/star/awt/MessageBoxResults.idl
@@ -22,11 +22,11 @@
 
 module com {  module sun {  module star {  module awt {
 
-/** These constants are used to specify a result of executing a <type>XMessageBox</type>.
+/** These constants are used to specify a result of executing a XMessageBox.
  */
 constants MessageBoxResults
 {
-    /** The user canceled the <type>XMessageBox</type>, by pressing "Cancel" or "Abort" button.
+    /** The user canceled the XMessageBox, by pressing "Cancel" or "Abort" button.
      */
     const short CANCEL  = 0;
 


More information about the Libreoffice-commits mailing list