[Libreoffice-commits] core.git: ucb/source
Tor Lillqvist
tml at collabora.com
Thu Apr 24 11:23:44 PDT 2014
ucb/source/ucp/webdav-neon/DAVException.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit a3706c2470a9b87b3abdcbe94f9629e2220e17f8
Author: Tor Lillqvist <tml at collabora.com>
Date: Thu Apr 24 20:42:33 2014 +0300
Looser throw specifier for virtual webdav_ucp::DAVException::~DAVException()
Change-Id: I85892e6a9e7cc7c3720314fe0e7a0c96cbf989bc
diff --git a/ucb/source/ucp/webdav-neon/DAVException.hxx b/ucb/source/ucp/webdav-neon/DAVException.hxx
index 54287eb..499ccbb 100644
--- a/ucb/source/ucp/webdav-neon/DAVException.hxx
+++ b/ucb/source/ucp/webdav-neon/DAVException.hxx
@@ -156,6 +156,7 @@ class DAVException : std::exception
sal_uInt16 nStatusCode ) :
mExceptionCode( inExceptionCode ), mData( rData ),
mStatusCode( nStatusCode ) {};
+ virtual ~DAVException() throw() {};
const ExceptionCode & getError() const { return mExceptionCode; }
const OUString & getData() const { return mData; }
More information about the Libreoffice-commits
mailing list