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 dc88d74cf816..b7a145405a39 100644
--- a/ucb/source/ucp/webdav/SerfUri.hxx
+++ b/ucb/source/ucp/webdav/SerfUri.hxx
@@ -50,8 +50,8 @@ class SerfUri
void calculateURI ();
public:
- SerfUri( const OUString & inUri ) throw ( DAVException );
- SerfUri( const apr_uri_t * inUri ) throw ( DAVException );
+ explicit SerfUri( const OUString & inUri ) throw ( DAVException );
+ explicit SerfUri( const apr_uri_t * inUri ) throw ( DAVException );
~SerfUri( );
bool operator== ( const SerfUri & rOther ) const;