summaryrefslogtreecommitdiff
path: root/svl/source/numbers/supservs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/numbers/supservs.hxx')
-rw-r--r--svl/source/numbers/supservs.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/numbers/supservs.hxx b/svl/source/numbers/supservs.hxx
index 64ed4b3fe943..7ab580650fe7 100644
--- a/svl/source/numbers/supservs.hxx
+++ b/svl/source/numbers/supservs.hxx
@@ -48,8 +48,8 @@ public:
virtual ~SvNumberFormatsSupplierServiceObject() override;
// XInterface
- virtual void SAL_CALL acquire() throw() override { SvNumberFormatsSupplierObj::acquire(); }
- virtual void SAL_CALL release() throw() override { SvNumberFormatsSupplierObj::release(); }
+ virtual void SAL_CALL acquire() noexcept override { SvNumberFormatsSupplierObj::acquire(); }
+ virtual void SAL_CALL release() noexcept override { SvNumberFormatsSupplierObj::release(); }
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& _rType ) override
{ return SvNumberFormatsSupplierObj::queryInterface(_rType); }