[Libreoffice-commits] core.git: ucb/source
Caolán McNamara
caolanm at redhat.com
Thu Apr 24 09:33:11 PDT 2014
ucb/source/ucp/webdav-neon/DAVException.hxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 07ed9492cc73c5328f1d4fb43bfa9ada17d1ad2c
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Apr 24 17:31:53 2014 +0100
WaE: looser throw spec
Change-Id: Ie5ce039d8f7be05acb9fe8e59ee73b7d0db3c708
diff --git a/ucb/source/ucp/webdav-neon/DAVException.hxx b/ucb/source/ucp/webdav-neon/DAVException.hxx
index 6a5dc85..54287eb 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; }
More information about the Libreoffice-commits
mailing list