summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpurl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ftp/ftpurl.hxx')
-rw-r--r--ucb/source/ucp/ftp/ftpurl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/ftp/ftpurl.hxx b/ucb/source/ucp/ftp/ftpurl.hxx
index 496c1768a2c7..ecb88416a0ea 100644
--- a/ucb/source/ucp/ftp/ftpurl.hxx
+++ b/ucb/source/ucp/ftp/ftpurl.hxx
@@ -115,7 +115,7 @@ namespace ftp {
void child(const OUString& title);
/** returns the unencoded title */
- OUString child(void) const;
+ OUString child() const;
std::vector<FTPDirentry> list(sal_Int16 nMode) const
throw(curl_exception);