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

Stephan Bergmann sbergman at redhat.com
Mon Dec 16 03:31:34 PST 2013


 offapi/com/sun/star/awt/MessageBoxResults.idl |    2 ++
 offapi/com/sun/star/awt/MessageBoxType.idl    |    2 ++
 2 files changed, 4 insertions(+)

New commits:
commit 7a6ca9e81c71786b267fde8328c84bb10966c27c
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Dec 16 12:31:06 2013 +0100

    Missing @since tags
    
    Change-Id: I649a37c5e4e1c8aa26f94fd5ab41fccd0309b288

diff --git a/offapi/com/sun/star/awt/MessageBoxResults.idl b/offapi/com/sun/star/awt/MessageBoxResults.idl
index 5c63d6e..4c4ccf5 100644
--- a/offapi/com/sun/star/awt/MessageBoxResults.idl
+++ b/offapi/com/sun/star/awt/MessageBoxResults.idl
@@ -23,6 +23,8 @@
 module com {  module sun {  module star {  module awt {
 
 /** These constants are used to specify a result of executing a XMessageBox.
+
+    @since LibreOffice 4.2
  */
 constants MessageBoxResults
 {
diff --git a/offapi/com/sun/star/awt/MessageBoxType.idl b/offapi/com/sun/star/awt/MessageBoxType.idl
index 1dfc839..3275101 100644
--- a/offapi/com/sun/star/awt/MessageBoxType.idl
+++ b/offapi/com/sun/star/awt/MessageBoxType.idl
@@ -21,6 +21,8 @@
 module com {  module sun {  module star {  module awt {
 
 /** specifies the type of a XMessageBox.
+
+    @since LibreOffice 4.2
  */
 published enum MessageBoxType
 {


More information about the Libreoffice-commits mailing list