summaryrefslogtreecommitdiff
path: root/include/canvas/base/disambiguationhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/canvas/base/disambiguationhelper.hxx')
-rw-r--r--include/canvas/base/disambiguationhelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/canvas/base/disambiguationhelper.hxx b/include/canvas/base/disambiguationhelper.hxx
index ca9d36fa25fb..4a89d83e3525 100644
--- a/include/canvas/base/disambiguationhelper.hxx
+++ b/include/canvas/base/disambiguationhelper.hxx
@@ -62,7 +62,7 @@ namespace canvas
virtual void disposeThis()
{}
/// @throws css::uno::RuntimeException
- virtual void disposeEventSource( const css::lang::EventObject& ) throw (css::uno::RuntimeException)
+ virtual void disposeEventSource( const css::lang::EventObject& )
{}
mutable ::osl::Mutex m_aMutex;
@@ -71,7 +71,7 @@ namespace canvas
virtual void SAL_CALL disposing() override
{ disposeThis(); }
- virtual void SAL_CALL disposing( const css::lang::EventObject& Source ) throw (css::uno::RuntimeException) override
+ virtual void SAL_CALL disposing( const css::lang::EventObject& Source ) override
{ disposeEventSource(Source); }
};