summaryrefslogtreecommitdiffstats
path: root/sc/inc/viewuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/viewuno.hxx')
-rw-r--r--sc/inc/viewuno.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/inc/viewuno.hxx b/sc/inc/viewuno.hxx
index 5e954f86f2d7..4f428b3b6a39 100644
--- a/sc/inc/viewuno.hxx
+++ b/sc/inc/viewuno.hxx
@@ -118,8 +118,8 @@ public:
virtual ~ScViewPaneObj() 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;
};
// OWeakObject is base of SfxBaseController -> use ScViewPaneBase
@@ -174,8 +174,8 @@ public:
virtual ~ScTabViewObj() 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;
void SelectionChanged();
void VisAreaChanged();
@@ -294,8 +294,8 @@ public:
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&, const SfxHint& rHint) override;