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.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/udkapi/com/sun/star/io/XPersistObject.idl b/udkapi/com/sun/star/io/XPersistObject.idl
index 2f6c8e06dc3b..3f39896edcab 100644
--- a/udkapi/com/sun/star/io/XPersistObject.idl
+++ b/udkapi/com/sun/star/io/XPersistObject.idl
@@ -56,14 +56,14 @@ published interface XPersistObject: com::sun::star::uno::XInterface
/** gives the service name of the object
- @returns
- the service name that specifies the behavior and the
- persistent data format of this implementation.
-
<p>This name is used to create such an object by a factory
during deserialization. </p>
- @see com::sun::star::lang::XServiceInfo::getAvailableServiceNames
+ @returns
+ the service name that specifies the behavior and the
+ persistent data format of this implementation.
+
+ @see com::sun::star::lang::XMultiComponentFactory::getAvailableServiceNames()
*/
string getServiceName();