summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/io/XPersistObject.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/io/XPersistObject.idl')
-rw-r--r--udkapi/com/sun/star/io/XPersistObject.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/io/XPersistObject.idl b/udkapi/com/sun/star/io/XPersistObject.idl
index af02ad0b9cff..2f6c8e06dc3b 100644
--- a/udkapi/com/sun/star/io/XPersistObject.idl
+++ b/udkapi/com/sun/star/io/XPersistObject.idl
@@ -41,7 +41,7 @@ module com { module sun { module star { module io {
itself again (by using the read method). Therefor it must be
createable by name via a factory, which is in general
the global service manager. The create and read mechanism
- is implemented by the <type scope="com::sun::star::io">ObjectInputStream</type>.
+ is implemented by the com::sun::star::io::ObjectInputStream.
<p>The serialization format (the series of strings, integers, objects) must
be specified at the specification of the concrete service.