summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-11-20 21:27:47 +0100
committerMichael Stahl <mstahl@redhat.com>2012-11-20 21:44:16 +0100
commit079485a6486b76090e64e899e44e8598cd2159e7 (patch)
treed8099f930203506f4cc453f97626a0d3a16b7fc3 /udkapi
parentec8dcf58e95bda4c394fc15b5eae72c408f19aca (diff)
sal, cppuhelper, udkapi, offapi: s/@since 3.7/@since 4.0/
Change-Id: Iefbe31af8d6ec421c6006423b6ee3a6375e3d453
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/bridge/XBridgeFactory2.idl2
-rw-r--r--udkapi/com/sun/star/io/XPipe.idl2
-rw-r--r--udkapi/com/sun/star/reflection/theCoreReflection.idl2
3 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/bridge/XBridgeFactory2.idl b/udkapi/com/sun/star/bridge/XBridgeFactory2.idl
index b301024a1e5a..92849570d83b 100644
--- a/udkapi/com/sun/star/bridge/XBridgeFactory2.idl
+++ b/udkapi/com/sun/star/bridge/XBridgeFactory2.idl
@@ -29,7 +29,7 @@ module com { module sun { module star { module bridge {
/**
Provides a unified interface for the BridgeFactory service to implement.
- @since LibreOffice 3.7
+ @since LibreOffice 4.0
*/
published interface XBridgeFactory2
{
diff --git a/udkapi/com/sun/star/io/XPipe.idl b/udkapi/com/sun/star/io/XPipe.idl
index 3bdac33eb272..c31073d7400b 100644
--- a/udkapi/com/sun/star/io/XPipe.idl
+++ b/udkapi/com/sun/star/io/XPipe.idl
@@ -37,7 +37,7 @@ 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
+ @since LibreOffice 4.0
*/
published interface XPipe
{
diff --git a/udkapi/com/sun/star/reflection/theCoreReflection.idl b/udkapi/com/sun/star/reflection/theCoreReflection.idl
index 23d499c65064..e0aec455c154 100644
--- a/udkapi/com/sun/star/reflection/theCoreReflection.idl
+++ b/udkapi/com/sun/star/reflection/theCoreReflection.idl
@@ -25,7 +25,7 @@
module com { module sun { module star { module reflection {
/**
- @since LibreOffice 3.7
+ @since LibreOffice 4.0
*/
singleton theCoreReflection : com::sun::star::reflection::XIdlReflection;