diff options
-rw-r--r-- | sw/source/core/docnode/retrieveinputstreamconsumer.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/inc/retrieveinputstreamconsumer.hxx | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/core/docnode/retrieveinputstreamconsumer.cxx b/sw/source/core/docnode/retrieveinputstreamconsumer.cxx index e5b020502ea0..efd6b4544e4c 100644 --- a/sw/source/core/docnode/retrieveinputstreamconsumer.cxx +++ b/sw/source/core/docnode/retrieveinputstreamconsumer.cxx @@ -39,7 +39,7 @@ SwAsyncRetrieveInputStreamThreadConsumer::~SwAsyncRetrieveInputStreamThreadConsu SwThreadManager::GetThreadManager().RemoveThread( mnThreadID ); } -void SwAsyncRetrieveInputStreamThreadConsumer::CreateThread( const String& rURL ) +void SwAsyncRetrieveInputStreamThreadConsumer::CreateThread( const OUString& rURL ) { // Get new data container for input stream data SwRetrievedInputStreamDataManager::tDataKey nDataKey = diff --git a/sw/source/core/inc/retrieveinputstreamconsumer.hxx b/sw/source/core/inc/retrieveinputstreamconsumer.hxx index d23058abf526..6410bf7fcba0 100644 --- a/sw/source/core/inc/retrieveinputstreamconsumer.hxx +++ b/sw/source/core/inc/retrieveinputstreamconsumer.hxx @@ -25,7 +25,6 @@ #include <retrievedinputstreamdata.hxx> class SwGrfNode; -class String; /** class to provide creation of a thread to retrieve an input stream given by an URL and to consume the retrieved input stream. @@ -41,7 +40,7 @@ class SwAsyncRetrieveInputStreamThreadConsumer /** method to create thread */ - void CreateThread( const String& rURL ); + void CreateThread( const OUString& rURL ); /** method called to provide the retrieved input stream to the thread Consumer */ |