Kaydet (Commit) 5b83b465 authored tarafından Noel Grandin's avatar Noel Grandin

convert sw/source/core/inc/retrieveinputstreamconsumer.hxx to OUString

Change-Id: Ia1c8f2d7a9bcad87767f3714514c40496e0c1e6b
üst 2a317749
...@@ -39,7 +39,7 @@ SwAsyncRetrieveInputStreamThreadConsumer::~SwAsyncRetrieveInputStreamThreadConsu ...@@ -39,7 +39,7 @@ SwAsyncRetrieveInputStreamThreadConsumer::~SwAsyncRetrieveInputStreamThreadConsu
SwThreadManager::GetThreadManager().RemoveThread( mnThreadID ); SwThreadManager::GetThreadManager().RemoveThread( mnThreadID );
} }
void SwAsyncRetrieveInputStreamThreadConsumer::CreateThread( const String& rURL ) void SwAsyncRetrieveInputStreamThreadConsumer::CreateThread( const OUString& rURL )
{ {
// Get new data container for input stream data // Get new data container for input stream data
SwRetrievedInputStreamDataManager::tDataKey nDataKey = SwRetrievedInputStreamDataManager::tDataKey nDataKey =
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include <retrievedinputstreamdata.hxx> #include <retrievedinputstreamdata.hxx>
class SwGrfNode; class SwGrfNode;
class String;
/** class to provide creation of a thread to retrieve an input stream given by /** class to provide creation of a thread to retrieve an input stream given by
an URL and to consume the retrieved input stream. an URL and to consume the retrieved input stream.
...@@ -41,7 +40,7 @@ class SwAsyncRetrieveInputStreamThreadConsumer ...@@ -41,7 +40,7 @@ class SwAsyncRetrieveInputStreamThreadConsumer
/** method to create thread /** 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 /** method called to provide the retrieved input stream to the thread Consumer
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment