From 24b331efedc6fdf1082e92a2db444d80ae7fed81 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 27 Apr 2013 23:25:41 +0200 Subject: *api: convert rest of sed -i 's,\([^<]\+\),\1::\2,g' Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f --- offapi/com/sun/star/embed/StorageStream.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'offapi/com/sun/star/embed') 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

The stream must be disposed by - XComponent::dispose() + com::sun::star::lang::XComponent::dispose() call or by explicit closing of input and output ( if provided ) streams implementations with - XInputStream::closeInput() + com::sun::star::io::XInputStream::closeInput() and - XOutputStream::closeOutput() + com::sun::star::io::XOutputStream::closeOutput() calls.

-- cgit