diff options
Diffstat (limited to 'accessibility/inc/accessibility')
-rw-r--r-- | accessibility/inc/accessibility/extended/accessibletablistboxtable.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/accessibility/inc/accessibility/extended/accessibletablistboxtable.hxx b/accessibility/inc/accessibility/extended/accessibletablistboxtable.hxx index 4cbad6c50ad0..92e6fe996706 100644 --- a/accessibility/inc/accessibility/extended/accessibletablistboxtable.hxx +++ b/accessibility/inc/accessibility/extended/accessibletablistboxtable.hxx @@ -47,8 +47,7 @@ private: // helpers ---------------------------------------------------------------- /** Throws an exception, if nIndex is not a valid child index. */ - void ensureValidIndex( sal_Int32 _nIndex ) const - SAL_THROW( ( ::com::sun::star::lang::IndexOutOfBoundsException ) ); + void ensureValidIndex( sal_Int32 _nIndex ) const; /** Returns true, if the specified row is selected. */ bool implIsRowSelected( sal_Int32 _nRow ) const; |