summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:25:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commit24b331efedc6fdf1082e92a2db444d80ae7fed81 (patch)
treeb3cbb48758c70259bafb5053e46d5ae6937235ed /offapi/com/sun/star/embed
parentbb6503dd081ebb4d11929ab1946eea8d60dd817c (diff)
*api: convert rest of <member scope="foo">
sed -i 's,<member scope="\([^"]*\)">\([^<]\+\)</member>,\1::\2,g' Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f
Diffstat (limited to 'offapi/com/sun/star/embed')
-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>