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.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/ucb/source/ucp/webdav/SerfUri.hxx b/ucb/source/ucp/webdav/SerfUri.hxx
index b7a145405a39..31361582c253 100644
--- a/ucb/source/ucp/webdav/SerfUri.hxx
+++ b/ucb/source/ucp/webdav/SerfUri.hxx
@@ -50,7 +50,9 @@ class SerfUri
void calculateURI ();
public:
+ /// @throws DAVException
explicit SerfUri( const OUString & inUri ) throw ( DAVException );
+ /// @throws DAVException
explicit SerfUri( const apr_uri_t * inUri ) throw ( DAVException );
~SerfUri( );