summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/unotxvw.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/unotxvw.hxx')
-rw-r--r--sw/source/uibase/inc/unotxvw.hxx4
1 files changed, 2 insertions, 2 deletions
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;