diff options
-rw-r--r-- | offapi/com/sun/star/frame/XModuleManager2.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/util/XNumberFormatter2.idl | 5 | ||||
-rw-r--r-- | udkapi/com/sun/star/io/XPipe.idl | 7 | ||||
-rw-r--r-- | udkapi/com/sun/star/reflection/theCoreReflection.idl | 4 |
4 files changed, 13 insertions, 7 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 { diff --git a/udkapi/com/sun/star/io/XPipe.idl b/udkapi/com/sun/star/io/XPipe.idl index f33a97704761..3bdac33eb272 100644 --- a/udkapi/com/sun/star/io/XPipe.idl +++ b/udkapi/com/sun/star/io/XPipe.idl @@ -28,8 +28,7 @@ module com { module sun { module star { module io { -// DocMerge from xml: service com::sun::star::io::Pipe -/** the implementation of an output stream and an input stream. +/** The implementation of an output stream and an input stream. <p> All data written through the outputstream is buffered until it is read again from the input stream. Often two different threads access @@ -37,13 +36,13 @@ module com { module sun { module star { module io { <p> With the pipe-service, an outputstream can be converted into an input stream at the cost of an additional buffer. + + @since LibreOffice 3.7 */ published interface XPipe { - // DocMerge: empty anyway interface com::sun::star::io::XOutputStream; - // DocMerge: empty anyway interface com::sun::star::io::XInputStream; }; diff --git a/udkapi/com/sun/star/reflection/theCoreReflection.idl b/udkapi/com/sun/star/reflection/theCoreReflection.idl index f60914e1c8fd..23d499c65064 100644 --- a/udkapi/com/sun/star/reflection/theCoreReflection.idl +++ b/udkapi/com/sun/star/reflection/theCoreReflection.idl @@ -24,7 +24,9 @@ module com { module sun { module star { module reflection { - +/** + @since LibreOffice 3.7 + */ singleton theCoreReflection : com::sun::star::reflection::XIdlReflection; |