diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-04-18 13:17:12 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-04-18 13:17:36 +0200 |
commit | 8bf82dd3979871cc1284570fcb2b3dcaa442a17e (patch) | |
tree | 557553503f684b64a9a92cc42d187fc61e55412b /offapi/com | |
parent | 67d333c608a662621c1069aacdec75e45e33a183 (diff) |
offapi: add some missing @since tags
Change-Id: I4201b4e36e783c5ec37e5c2ca1b19144d7cec2ad
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/awt/XToolkitRobot.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/ui/XUpdateModel.idl | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/XToolkitRobot.idl b/offapi/com/sun/star/awt/XToolkitRobot.idl index a7b430dc8618..a74521d5e000 100644 --- a/offapi/com/sun/star/awt/XToolkitRobot.idl +++ b/offapi/com/sun/star/awt/XToolkitRobot.idl @@ -16,8 +16,8 @@ module com { module sun { module star { module awt { /** Allows injection of keyboard and mouse events + @since LibreOffice 5.1 */ - interface XToolkitRobot { diff --git a/offapi/com/sun/star/ui/XUpdateModel.idl b/offapi/com/sun/star/ui/XUpdateModel.idl index 59b1f68e29ae..0c707b8af69f 100644 --- a/offapi/com/sun/star/ui/XUpdateModel.idl +++ b/offapi/com/sun/star/ui/XUpdateModel.idl @@ -19,6 +19,7 @@ module com { module sun { module star { module ui { /** Internal interface to update the used css::frame::XModel </p> + @since LibreOffice 5.1 */ interface XUpdateModel : com::sun::star::uno::XInterface |