diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-16 15:48:38 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-17 09:06:32 +0200 |
commit | 5b83b465f7618be1e5a935fe4e402e03af3c79e7 (patch) | |
tree | 819b77629167d8d4c62b4b0dfd7e18b8dd7bcd9a /sw | |
parent | 2a3177494de79e1dd3afad91288fc55883eba08b (diff) |
convert sw/source/core/inc/retrieveinputstreamconsumer.hxx to OUString
Change-Id: Ia1c8f2d7a9bcad87767f3714514c40496e0c1e6b
Diffstat (limited to 'sw')
-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 */ |