summaryrefslogtreecommitdiffstats
path: root/ucb/source/ucp/ftp/ftpcontentprovider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ftp/ftpcontentprovider.cxx')
-rw-r--r--ucb/source/ucp/ftp/ftpcontentprovider.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/ftp/ftpcontentprovider.cxx b/ucb/source/ucp/ftp/ftpcontentprovider.cxx
index 72e427e22934..3f10357c395f 100644
--- a/ucb/source/ucp/ftp/ftpcontentprovider.cxx
+++ b/ucb/source/ucp/ftp/ftpcontentprovider.cxx
@@ -186,9 +186,9 @@ CURL* FTPContentProvider::handle()
}
-void FTPContentProvider::forHost( const OUString& host,
- const OUString& port,
- const OUString& username,
+void FTPContentProvider::forHost( std::u16string_view host,
+ std::u16string_view port,
+ std::u16string_view username,
OUString& password,
OUString& account)
{