summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/io/XObjectOutputStream.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/io/XObjectOutputStream.idl')
-rw-r--r--udkapi/com/sun/star/io/XObjectOutputStream.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/io/XObjectOutputStream.idl b/udkapi/com/sun/star/io/XObjectOutputStream.idl
index a6a025aa57d5..6529f7d3988f 100644
--- a/udkapi/com/sun/star/io/XObjectOutputStream.idl
+++ b/udkapi/com/sun/star/io/XObjectOutputStream.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module io {
/** stores XPersistObject implementations into the stream
- <p>An implementation of the type <type>XPersistObject</type>
+ <p>An implementation of the type XPersistObject
uses this interface to write its internal state into a stream.
Have a look there for the explanation of the concept.