summaryrefslogtreecommitdiff
path: root/udkapi/com
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com')
-rw-r--r--udkapi/com/sun/star/bridge/ProtocolProperty.idl4
-rw-r--r--udkapi/com/sun/star/io/ObjectInputStream.idl2
-rw-r--r--udkapi/com/sun/star/io/ObjectOutputStream.idl2
-rw-r--r--udkapi/com/sun/star/java/XJavaThreadRegister_11.idl2
-rw-r--r--udkapi/com/sun/star/reflection/XIdlArray.idl2
-rw-r--r--udkapi/com/sun/star/script/XEventAttacherManager.idl2
6 files changed, 5 insertions, 9 deletions
diff --git a/udkapi/com/sun/star/bridge/ProtocolProperty.idl b/udkapi/com/sun/star/bridge/ProtocolProperty.idl
index ea9f524339a3..015ddf0734fc 100644
--- a/udkapi/com/sun/star/bridge/ProtocolProperty.idl
+++ b/udkapi/com/sun/star/bridge/ProtocolProperty.idl
@@ -25,12 +25,8 @@ module com { module sun { module star { module bridge {
*/
published struct ProtocolProperty
{
- /** @missing
- */
string Name;
- /** @missing
- */
any Value;
};
diff --git a/udkapi/com/sun/star/io/ObjectInputStream.idl b/udkapi/com/sun/star/io/ObjectInputStream.idl
index 9f73944bb50d..02f9faac4757 100644
--- a/udkapi/com/sun/star/io/ObjectInputStream.idl
+++ b/udkapi/com/sun/star/io/ObjectInputStream.idl
@@ -51,7 +51,7 @@
... // skipping additional data
</pre>
- @guarantees
+ @note
<ul>
<li>-thread safe</li>
<li>-allow buffer size is 2 ^ 31 -1</li>
diff --git a/udkapi/com/sun/star/io/ObjectOutputStream.idl b/udkapi/com/sun/star/io/ObjectOutputStream.idl
index 46827c3afa15..b84c8db5c12c 100644
--- a/udkapi/com/sun/star/io/ObjectOutputStream.idl
+++ b/udkapi/com/sun/star/io/ObjectOutputStream.idl
@@ -46,7 +46,7 @@ module com { module sun { module star { module io {
Object ObjectData // the data of the object
</pre>
- @garantees
+ @note
<ul>
<li>-thread safe </li>
<li>-allow buffer size is 2 ^ 31 -1 </li>
diff --git a/udkapi/com/sun/star/java/XJavaThreadRegister_11.idl b/udkapi/com/sun/star/java/XJavaThreadRegister_11.idl
index ccaad83132e7..9aa60e4dbb1b 100644
--- a/udkapi/com/sun/star/java/XJavaThreadRegister_11.idl
+++ b/udkapi/com/sun/star/java/XJavaThreadRegister_11.idl
@@ -27,7 +27,7 @@ module com { module sun { module star { module java {
/** must be implemented by the user of the XJavaThreadRegister_11.
- @incomplete
+ @note incomplete
@deprecated
*/
published interface XJavaThreadRegister_11: com::sun::star::uno::XInterface
diff --git a/udkapi/com/sun/star/reflection/XIdlArray.idl b/udkapi/com/sun/star/reflection/XIdlArray.idl
index 8dc3c9f5aec0..6f2afcd8a412 100644
--- a/udkapi/com/sun/star/reflection/XIdlArray.idl
+++ b/udkapi/com/sun/star/reflection/XIdlArray.idl
@@ -44,7 +44,7 @@ published interface XIdlArray: com::sun::star::uno::XInterface
@param array
sequence instance
- @length
+ @param length
new length of sequence
*/
void realloc(
diff --git a/udkapi/com/sun/star/script/XEventAttacherManager.idl b/udkapi/com/sun/star/script/XEventAttacherManager.idl
index cb41dbfa266d..46793bdef775 100644
--- a/udkapi/com/sun/star/script/XEventAttacherManager.idl
+++ b/udkapi/com/sun/star/script/XEventAttacherManager.idl
@@ -127,7 +127,7 @@ published interface XEventAttacherManager: com::sun::star::uno::XInterface
void removeEntry( [in] long nIndex )
raises( com::sun::star::lang::IllegalArgumentException );
- /** @eturns
+ /** @return
all events registered for the given object index.
@param Index