diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-23 09:17:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-23 14:15:58 +0100 |
commit | b01f64852c6b613dcbcd582fa045adf432fb611f (patch) | |
tree | 01fdfb48762bafb1a95466937ffe73d97783dca3 | |
parent | 9de3fd2da6d77da6a7abc105712696f183bf6bc3 (diff) |
inherit the other DAVException from std::exception too
Change-Id: I692ad423b2fea0cc38b2859855f32f286423f02d
-rw-r--r-- | ucb/source/ucp/webdav/DAVException.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav/DAVException.hxx b/ucb/source/ucp/webdav/DAVException.hxx index 5d3700a49bb9..0d9e5613280d 100644 --- a/ucb/source/ucp/webdav/DAVException.hxx +++ b/ucb/source/ucp/webdav/DAVException.hxx @@ -95,7 +95,7 @@ const sal_uInt16 SC_INSUFFICIENT_STORAGE = 507; -class DAVException +class DAVException : public std::exception { public: enum ExceptionCode { |