summaryrefslogtreecommitdiffstats
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 45a35e696c0d..6dee7e02eff2 100644
--- a/ucb/source/ucp/ftp/ftpurl.hxx
+++ b/ucb/source/ucp/ftp/ftpurl.hxx
@@ -159,7 +159,7 @@ namespace ftp {
malformed_exception
);
- OUString net_title() const throw(curl_exception);
+ OUString net_title() const throw(curl_exception, std::exception);
};
}