summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/SerfUri.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav/SerfUri.hxx')
-rw-r--r--ucb/source/ucp/webdav/SerfUri.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/SerfUri.hxx b/ucb/source/ucp/webdav/SerfUri.hxx
index 31361582c253..f943cd489e0e 100644
--- a/ucb/source/ucp/webdav/SerfUri.hxx
+++ b/ucb/source/ucp/webdav/SerfUri.hxx
@@ -51,9 +51,9 @@ class SerfUri
public:
/// @throws DAVException
- explicit SerfUri( const OUString & inUri ) throw ( DAVException );
+ explicit SerfUri( const OUString & inUri );
/// @throws DAVException
- explicit SerfUri( const apr_uri_t * inUri ) throw ( DAVException );
+ explicit SerfUri( const apr_uri_t * inUri );
~SerfUri( );
bool operator== ( const SerfUri & rOther ) const;