From 7a6ca9e81c71786b267fde8328c84bb10966c27c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 16 Dec 2013 12:31:06 +0100 Subject: Missing @since tags Change-Id: I649a37c5e4e1c8aa26f94fd5ab41fccd0309b288 --- offapi/com/sun/star/awt/MessageBoxResults.idl | 2 ++ offapi/com/sun/star/awt/MessageBoxType.idl | 2 ++ 2 files changed, 4 insertions(+) diff --git a/offapi/com/sun/star/awt/MessageBoxResults.idl b/offapi/com/sun/star/awt/MessageBoxResults.idl index 5c63d6eede89..4c4ccf5f5f58 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 1dfc8393f549..32751010b5b0 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 { -- cgit