summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/io/XOutputStream.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/io/XOutputStream.idl')
-rw-r--r--udkapi/com/sun/star/io/XOutputStream.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/io/XOutputStream.idl b/udkapi/com/sun/star/io/XOutputStream.idl
index 7eb260b5c9b3..a8b9defc4661 100644
--- a/udkapi/com/sun/star/io/XOutputStream.idl
+++ b/udkapi/com/sun/star/io/XOutputStream.idl
@@ -46,8 +46,8 @@ published interface XOutputStream: com::sun::star::uno::XInterface
/** flushes out of the stream any data that may exist in buffers.
<p>The semantics of this method are rather vague. See
- <member scope="com::sun::star::io">
- XAsyncOutputMonitor::waitForCompletion</member> for a similar method
+ com::sun::star::io::XAsyncOutputMonitor::waitForCompletion()
+ for a similar method
with very specific semantics, that is useful in certain scenarios.</p>
*/
void flush()