[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - connectivity/source

Aron Budea aron.budea at collabora.com
Mon Jul 24 19:06:07 UTC 2017


 connectivity/source/inc/writer/WConnection.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 112479351ea3c794578d58af12c8c6f501f0c0ef
Author: Aron Budea <aron.budea at collabora.com>
Date:   Mon Jul 24 21:00:15 2017 +0200

    Fix build
    
    after c478d1b3cc371d3b9e8147ff57347f99d25c565e
    error: looser throw specifier
    
    Change-Id: I458b5aaa58f10b951c823cae3d32ef1832c11787
    Reviewed-on: https://gerrit.libreoffice.org/40378
    Reviewed-by: Aron Budea <aron.budea at collabora.com>
    Tested-by: Aron Budea <aron.budea at collabora.com>

diff --git a/connectivity/source/inc/writer/WConnection.hxx b/connectivity/source/inc/writer/WConnection.hxx
index d0aaaa911ba4..7894141321e0 100644
--- a/connectivity/source/inc/writer/WConnection.hxx
+++ b/connectivity/source/inc/writer/WConnection.hxx
@@ -108,7 +108,7 @@ class OWriterConnection : public file::OConnection
             cppu::WeakComponentImplHelperBase::disposing();
         }
 
-        virtual void SAL_CALL disposing(const css::lang::EventObject& rEvent) override
+        virtual void SAL_CALL disposing(const css::lang::EventObject& rEvent) throw (::css::uno::RuntimeException, ::std::exception) override
         {
             const bool bShutDown = (rEvent.Source == m_xDesktop);
             if (bShutDown)


More information about the Libreoffice-commits mailing list