summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/io/XPipe.idl7
-rw-r--r--udkapi/com/sun/star/reflection/theCoreReflection.idl4
2 files changed, 6 insertions, 5 deletions
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;