diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-24 17:31:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-24 17:32:15 +0100 |
commit | 07ed9492cc73c5328f1d4fb43bfa9ada17d1ad2c (patch) | |
tree | f3c30d8633e3b6942e44c7c6cbf4c4b7ce09e948 | |
parent | 062871853cc420f35ddfbc2534f34c94f1b4c982 (diff) |
WaE: looser throw spec
Change-Id: Ie5ce039d8f7be05acb9fe8e59ee73b7d0db3c708
-rw-r--r-- | ucb/source/ucp/webdav-neon/DAVException.hxx | 1 |
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; } |