diff options
Diffstat (limited to 'sc/inc/dapiuno.hxx')
-rw-r--r-- | sc/inc/dapiuno.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/dapiuno.hxx b/sc/inc/dapiuno.hxx index de09a32c870d..fe329213e2e5 100644 --- a/sc/inc/dapiuno.hxx +++ b/sc/inc/dapiuno.hxx @@ -241,8 +241,8 @@ public: virtual ~ScDataPilotTableObj() override; virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) override; - virtual void SAL_CALL acquire() throw() override; - virtual void SAL_CALL release() throw() override; + virtual void SAL_CALL acquire() noexcept override; + virtual void SAL_CALL release() noexcept override; virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) override; |