summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftphandleprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ftp/ftphandleprovider.hxx')
-rw-r--r--ucb/source/ucp/ftp/ftphandleprovider.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/ucb/source/ucp/ftp/ftphandleprovider.hxx b/ucb/source/ucp/ftp/ftphandleprovider.hxx
index 5fccaf2198c2..380dc76e38cd 100644
--- a/ucb/source/ucp/ftp/ftphandleprovider.hxx
+++ b/ucb/source/ucp/ftp/ftphandleprovider.hxx
@@ -31,17 +31,17 @@ namespace ftp {
/** host is in the form host:port.
*/
- virtual bool forHost(const rtl::OUString& host,
- const rtl::OUString& port,
- const rtl::OUString& username,
- rtl::OUString& password,
- rtl::OUString& account) = 0;
-
- virtual bool setHost(const rtl::OUString& host,
- const rtl::OUString& port,
- const rtl::OUString& username,
- const rtl::OUString& password,
- const rtl::OUString& account) = 0;
+ virtual bool forHost(const OUString& host,
+ const OUString& port,
+ const OUString& username,
+ OUString& password,
+ OUString& account) = 0;
+
+ virtual bool setHost(const OUString& host,
+ const OUString& port,
+ const OUString& username,
+ const OUString& password,
+ const OUString& account) = 0;
protected:
~FTPHandleProvider() {}