summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/writer/WConnection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/writer/WConnection.hxx')
-rw-r--r--connectivity/source/inc/writer/WConnection.hxx2
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)