summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r--sw/source/uibase/inc/unomod.hxx4
-rw-r--r--sw/source/uibase/inc/unotxvw.hxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/uibase/inc/unomod.hxx b/sw/source/uibase/inc/unomod.hxx
index 12fdd419db7d..1a11b5a40762 100644
--- a/sw/source/uibase/inc/unomod.hxx
+++ b/sw/source/uibase/inc/unomod.hxx
@@ -86,7 +86,7 @@ class SwXPrintSettings final : public comphelper::ChainablePropertySet
virtual void _postGetValues () override;
virtual ~SwXPrintSettings()
- throw() override;
+ noexcept override;
public:
SwXPrintSettings( SwXPrintSettingsType eType, SwDoc * pDoc = nullptr );
@@ -119,7 +119,7 @@ class SwXViewSettings final : public comphelper::ChainablePropertySet
virtual void _postGetValues () override;
virtual ~SwXViewSettings()
- throw() override;
+ noexcept override;
public:
SwXViewSettings(SwView* pView);
diff --git a/sw/source/uibase/inc/unotxvw.hxx b/sw/source/uibase/inc/unotxvw.hxx
index 1f52f7ea6230..614f2ac2749d 100644
--- a/sw/source/uibase/inc/unotxvw.hxx
+++ b/sw/source/uibase/inc/unotxvw.hxx
@@ -79,8 +79,8 @@ public:
SwXTextView(SwView* pSwView);
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) 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;
//XTypeProvider
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes( ) override;