summaryrefslogtreecommitdiff
path: root/forms/source/inc/InterfaceContainer.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-05 08:15:21 +0200
committerNoel Grandin <noel@peralex.com>2014-06-05 08:17:50 +0200
commit79df6cf588afbd0fdf09c1eb8c692466606acba5 (patch)
tree54676b4d13122bd16fb3075c8e009fd3cd4cad76 /forms/source/inc/InterfaceContainer.hxx
parent62258d9c8f6b6f8d89ade68af97ccdac63dce2b7 (diff)
forms: remove SAL_THROW macro
Change-Id: I532f29e240cf29c5e65c919c4bcaccd86c510ce9
Diffstat (limited to 'forms/source/inc/InterfaceContainer.hxx')
-rw-r--r--forms/source/inc/InterfaceContainer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/inc/InterfaceContainer.hxx b/forms/source/inc/InterfaceContainer.hxx
index 9dc224d7acb7..a75f39278637 100644
--- a/forms/source/inc/InterfaceContainer.hxx
+++ b/forms/source/inc/InterfaceContainer.hxx
@@ -263,7 +263,7 @@ protected:
@throws ::com::sun::star::lang::IndexOutOfBoundsException
if the given index does not denote a valid position in our children array
*/
- void implCheckIndex( const sal_Int32 _nIndex ) SAL_THROW( ( ::com::sun::star::lang::IndexOutOfBoundsException ) );
+ void implCheckIndex( const sal_Int32 _nIndex );
private:
// hack for Vba Events