summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-24 17:31:53 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-24 17:32:15 +0100
commit07ed9492cc73c5328f1d4fb43bfa9ada17d1ad2c (patch)
treef3c30d8633e3b6942e44c7c6cbf4c4b7ce09e948 /ucb
parent062871853cc420f35ddfbc2534f34c94f1b4c982 (diff)
WaE: looser throw spec
Change-Id: Ie5ce039d8f7be05acb9fe8e59ee73b7d0db3c708
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav-neon/DAVException.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav-neon/DAVException.hxx b/ucb/source/ucp/webdav-neon/DAVException.hxx
index 6a5dc85191eb..54287eb6c1cd 100644
--- a/ucb/source/ucp/webdav-neon/DAVException.hxx
+++ b/ucb/source/ucp/webdav-neon/DAVException.hxx
@@ -156,7 +156,6 @@ class DAVException : std::exception
sal_uInt16 nStatusCode ) :
mExceptionCode( inExceptionCode ), mData( rData ),
mStatusCode( nStatusCode ) {};
- ~DAVException( ) {};
const ExceptionCode & getError() const { return mExceptionCode; }
const OUString & getData() const { return mData; }