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.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/embed/StorageStream.idl b/offapi/com/sun/star/embed/StorageStream.idl
index 3ccefdaede24..74177b8eb057 100644
--- a/offapi/com/sun/star/embed/StorageStream.idl
+++ b/offapi/com/sun/star/embed/StorageStream.idl
@@ -42,13 +42,13 @@
*/
published service StorageStream
{
- /** allows to get access to <type scope="com::sun::star::io">XInputStream</type>
- and <type scope="com::sun::star::io">XOutputStream</type>
+ /** allows to get access to com::sun::star::io::XInputStream
+ and com::sun::star::io::XOutputStream
implementations.
<p>
In case the storage stream is open readonly the returned reference
- to <type scope="com::sun::star::io">XOutputStream</type> will be
+ to com::sun::star::io::XOutputStream will be
empty.
</p>
*/
@@ -95,7 +95,7 @@ published service StorageStream
<p>
In case a stream is disposed any call to it's methods should result in
- <type scope="com::sun::star::lang">DisposedException</type>.
+ com::sun::star::lang::DisposedException.
</p>
*/
interface ::com::sun::star::lang::XComponent;