diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-25 16:07:35 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-25 16:07:35 +0200 |
commit | 356fa61f40d954e0210c79c7154482c3693603af (patch) | |
tree | cba314a916ac03932a7c1881cb608cf2968cd5bd /ucb | |
parent | 5c31515d2e54a42ceac1b21409cb730cdbb825ed (diff) |
If you intend DAVException to appear as a std::exception, then say so
Change-Id: Ifa7dd407b32ae6f61852a607a97453b1d071a1ef
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav-neon/DAVException.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav-neon/DAVException.hxx b/ucb/source/ucp/webdav-neon/DAVException.hxx index 499ccbbf3283..08af59e2fcd2 100644 --- a/ucb/source/ucp/webdav-neon/DAVException.hxx +++ b/ucb/source/ucp/webdav-neon/DAVException.hxx @@ -103,7 +103,7 @@ const sal_uInt16 SC_INSUFFICIENT_STORAGE = 507; -class DAVException : std::exception +class DAVException : public std::exception { public: enum ExceptionCode { |