summaryrefslogtreecommitdiff
path: root/include/framework/desktop.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/framework/desktop.hxx')
-rw-r--r--include/framework/desktop.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/framework/desktop.hxx b/include/framework/desktop.hxx
index 3bc6a08edea2..254a1520bb3e 100644
--- a/include/framework/desktop.hxx
+++ b/include/framework/desktop.hxx
@@ -122,9 +122,9 @@ class FWK_DLLPUBLIC Desktop final : private cppu::BaseMutex,
virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
// XInterface
- virtual void SAL_CALL acquire() throw () override
+ virtual void SAL_CALL acquire() noexcept override
{ OWeakObject::acquire(); }
- virtual void SAL_CALL release() throw () override
+ virtual void SAL_CALL release() noexcept override
{ OWeakObject::release(); }
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& type) override;