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

New commits:
commit 356fa61f40d954e0210c79c7154482c3693603af
Author: Stephan Bergmann <sberg...@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 {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to