[Libreoffice-commits] core.git: ucb/source

Stephan Bergmann sbergman at redhat.com
Fri Apr 25 07:08:10 PDT 2014


 ucb/source/ucp/webdav-neon/DAVException.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 356fa61f40d954e0210c79c7154482c3693603af
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Apr 25 16:07:35 2014 +0200

    If you intend DAVException to appear as a std::exception, then say so
    
    Change-Id: Ifa7dd407b32ae6f61852a607a97453b1d071a1ef

diff --git a/ucb/source/ucp/webdav-neon/DAVException.hxx b/ucb/source/ucp/webdav-neon/DAVException.hxx
index 499ccbb..08af59e 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 {


More information about the Libreoffice-commits mailing list