summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/StorageStream.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/StorageStream.idl')
-rw-r--r--offapi/com/sun/star/embed/StorageStream.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/embed/StorageStream.idl b/offapi/com/sun/star/embed/StorageStream.idl
index 74177b8eb057..977a72c1f840 100644
--- a/offapi/com/sun/star/embed/StorageStream.idl
+++ b/offapi/com/sun/star/embed/StorageStream.idl
@@ -73,12 +73,12 @@ published service StorageStream
<p>
The stream must be disposed by
- <member scope="com::sun::star::lang">XComponent::dispose()</member>
+ com::sun::star::lang::XComponent::dispose()
call or by explicit closing of input and output ( if provided )
streams implementations with
- <member scope="com::sun::star::io">XInputStream::closeInput()</member>
+ com::sun::star::io::XInputStream::closeInput()
and
- <member scope="com::sun::star::io">XOutputStream::closeOutput()</member>
+ com::sun::star::io::XOutputStream::closeOutput()
calls.
</p>