ucb/source/ucp/webdav-neon/DAVException.hxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 07ed9492cc73c5328f1d4fb43bfa9ada17d1ad2c Author: Caolán McNamara <caol...@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; }
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits