Kaydet (Commit) 07ed9492 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: looser throw spec

Change-Id: Ie5ce039d8f7be05acb9fe8e59ee73b7d0db3c708
üst 06287185
...@@ -156,7 +156,6 @@ class DAVException : std::exception ...@@ -156,7 +156,6 @@ class DAVException : std::exception
sal_uInt16 nStatusCode ) : sal_uInt16 nStatusCode ) :
mExceptionCode( inExceptionCode ), mData( rData ), mExceptionCode( inExceptionCode ), mData( rData ),
mStatusCode( nStatusCode ) {}; mStatusCode( nStatusCode ) {};
~DAVException( ) {};
const ExceptionCode & getError() const { return mExceptionCode; } const ExceptionCode & getError() const { return mExceptionCode; }
const OUString & getData() const { return mData; } const OUString & getData() const { return mData; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment