From 82e94dcaab4534f657458a2461033d686f10cb10 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 13 Sep 2012 10:00:10 +0200 Subject: fdo#46808, Add @since tags to new IDL interfaces Change-Id: Ib351d92d071f6e93ec5eac93c0ab964cef7e7e2f --- offapi/com/sun/star/frame/XModuleManager2.idl | 4 +++- offapi/com/sun/star/util/XNumberFormatter2.idl | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'offapi/com') 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 { -- cgit