From 0e507ae031768deceab236a41d1bbe9fb5123cea Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 5 Jun 2014 08:16:59 +0200 Subject: various: remove SAL_THROW macro Change-Id: I9464179a736b91f5bc32eb5e5e89b3b4e3da3494 --- accessibility/inc/accessibility/extended/accessibletablistboxtable.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'accessibility/inc/accessibility') 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; -- cgit v1.2.3