diff options
author | Aron Budea <aron.budea@collabora.com> | 2017-07-24 21:00:15 +0200 |
---|---|---|
committer | Aron Budea <aron.budea@collabora.com> | 2017-07-24 21:05:21 +0200 |
commit | 112479351ea3c794578d58af12c8c6f501f0c0ef (patch) | |
tree | 9174ee0c02345ecc95c01e071a58d828d438225b /connectivity | |
parent | c478d1b3cc371d3b9e8147ff57347f99d25c565e (diff) |
Fix build
after c478d1b3cc371d3b9e8147ff57347f99d25c565e
error: looser throw specifier
Change-Id: I458b5aaa58f10b951c823cae3d32ef1832c11787
Reviewed-on: https://gerrit.libreoffice.org/40378
Reviewed-by: Aron Budea <aron.budea@collabora.com>
Tested-by: Aron Budea <aron.budea@collabora.com>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/inc/writer/WConnection.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) |