summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/retrieveinputstreamconsumer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/retrieveinputstreamconsumer.hxx')
-rw-r--r--sw/source/core/inc/retrieveinputstreamconsumer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/retrieveinputstreamconsumer.hxx b/sw/source/core/inc/retrieveinputstreamconsumer.hxx
index fc9f2cc52208..b6bda40be546 100644
--- a/sw/source/core/inc/retrieveinputstreamconsumer.hxx
+++ b/sw/source/core/inc/retrieveinputstreamconsumer.hxx
@@ -45,7 +45,7 @@ class SwAsyncRetrieveInputStreamThreadConsumer
/** method called to provide the retrieved input stream to the thread Consumer
*/
void ApplyInputStream(
- com::sun::star::uno::Reference<com::sun::star::io::XInputStream> xInputStream,
+ css::uno::Reference<css::io::XInputStream> xInputStream,
const bool bIsStreamReadOnly );
private: