diff options
author | Noel Grandin <noel@peralex.com> | 2012-09-13 10:00:10 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-14 18:24:48 +0200 |
commit | 82e94dcaab4534f657458a2461033d686f10cb10 (patch) | |
tree | 6cd5d598f4fe48d0110e5bd1b0d3767799544d85 /offapi/com | |
parent | d33453d1ca13369d9132c304c80acf19e9b1ad4e (diff) |
fdo#46808, Add @since tags to new IDL interfaces
Change-Id: Ib351d92d071f6e93ec5eac93c0ab964cef7e7e2f
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/frame/XModuleManager2.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/util/XNumberFormatter2.idl | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/offapi/com/sun/star/frame/XModuleManager2.idl b/offapi/com/sun/star/frame/XModuleManager2.idl index 277c0e688d23..351bc7f09b9e 100644 --- a/offapi/com/sun/star/frame/XModuleManager2.idl +++ b/offapi/com/sun/star/frame/XModuleManager2.idl @@ -27,7 +27,9 @@ module com { module sun { module star { module frame { /** This interface provides a merged single interface for the ModuleManager - service to implement + service to implement. + + @since LibreOffice 3.7 */ interface XModuleManager2 { diff --git a/offapi/com/sun/star/util/XNumberFormatter2.idl b/offapi/com/sun/star/util/XNumberFormatter2.idl index a17382177664..058ea328085d 100644 --- a/offapi/com/sun/star/util/XNumberFormatter2.idl +++ b/offapi/com/sun/star/util/XNumberFormatter2.idl @@ -24,7 +24,10 @@ module com { module sun { module star { module util { -/** Provides a unified interface for the NumberFormatter service to implement. +/** + Provides a unified interface for the NumberFormatter service to implement. + + @since LibreOffice 3.7 */ published interface XNumberFormatter2 { |