summaryrefslogtreecommitdiff
path: root/accessibility/inc/extended/AccessibleGridControlTable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/inc/extended/AccessibleGridControlTable.hxx')
-rw-r--r--accessibility/inc/extended/AccessibleGridControlTable.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/inc/extended/AccessibleGridControlTable.hxx b/accessibility/inc/extended/AccessibleGridControlTable.hxx
index b4f2b7a7dba3..73c4f6a19050 100644
--- a/accessibility/inc/extended/AccessibleGridControlTable.hxx
+++ b/accessibility/inc/extended/AccessibleGridControlTable.hxx
@@ -130,10 +130,10 @@ public:
css::uno::Any SAL_CALL queryInterface( const css::uno::Type& rType ) override;
/** Acquires the object (calls acquire() on base class). */
- virtual void SAL_CALL acquire() throw () override;
+ virtual void SAL_CALL acquire() noexcept override;
/** Releases the object (calls release() on base class). */
- virtual void SAL_CALL release() throw () override;
+ virtual void SAL_CALL release() noexcept override;
// XServiceInfo
/** @return The name of this class. */