diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-16 12:31:06 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-16 12:31:06 +0100 |
commit | 7a6ca9e81c71786b267fde8328c84bb10966c27c (patch) | |
tree | 2448de03c1099b27adda1f1aaa0ce9583ec821af /offapi | |
parent | 5116cd97a9dc90b2402f7e1d0c6922eedacd37ea (diff) |
Missing @since tags
Change-Id: I649a37c5e4e1c8aa26f94fd5ab41fccd0309b288
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/MessageBoxResults.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/awt/MessageBoxType.idl | 2 |
2 files changed, 4 insertions, 0 deletions
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 { |