summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/retrieveinputstreamconsumer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/docnode/retrieveinputstreamconsumer.cxx')
-rw-r--r--sw/source/core/docnode/retrieveinputstreamconsumer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/docnode/retrieveinputstreamconsumer.cxx b/sw/source/core/docnode/retrieveinputstreamconsumer.cxx
index 6bfa562c2aa2..258768f34e2f 100644
--- a/sw/source/core/docnode/retrieveinputstreamconsumer.cxx
+++ b/sw/source/core/docnode/retrieveinputstreamconsumer.cxx
@@ -54,7 +54,7 @@ void SwAsyncRetrieveInputStreamThreadConsumer::CreateThread( const OUString& rUR
}
void SwAsyncRetrieveInputStreamThreadConsumer::ApplyInputStream(
- com::sun::star::uno::Reference<com::sun::star::io::XInputStream> xInputStream,
+ css::uno::Reference<css::io::XInputStream> xInputStream,
const bool bIsStreamReadOnly )
{
mrGrfNode.ApplyInputStream( xInputStream, bIsStreamReadOnly );