connectivity/source/inc/writer/WConnection.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 112479351ea3c794578d58af12c8c6f501f0c0ef Author: Aron Budea <[email protected]> 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 <[email protected]> Tested-by: Aron Budea <[email protected]> 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) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
