summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorAndreas Bille <abi@openoffice.org>2002-10-25 13:06:15 +0000
committerAndreas Bille <abi@openoffice.org>2002-10-25 13:06:15 +0000
commit13a8b9b1cf033ed3f3f65c60b3ab06f1da324bf7 (patch)
treedf78136a3a3d67a2640eae8cdcf9925f09683217 /ucb
parent55b7c01c87d8c2b2d32dde460390e51aa25fce19 (diff)
#104475# missing exception specification(linux,solaris)
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/ftp/ftpurl.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/ucb/source/ucp/ftp/ftpurl.hxx b/ucb/source/ucp/ftp/ftpurl.hxx
index 93270d2e83eb..1203b0f2e475 100644
--- a/ucb/source/ucp/ftp/ftpurl.hxx
+++ b/ucb/source/ucp/ftp/ftpurl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ftpurl.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: abi $ $Date: 2002-10-25 12:09:13 $
+ * last change: $Author: abi $ $Date: 2002-10-25 14:06:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -174,7 +174,8 @@ namespace ftp {
rtl::OUString ren(const rtl::OUString& NewTitle)
throw(curl_exception);
- void del() const;
+ void del() const
+ throw(curl_exception);
private: