summaryrefslogtreecommitdiff
path: root/forms/source/xforms/datatyperepository.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/xforms/datatyperepository.hxx
parent62258d9c8f6b6f8d89ade68af97ccdac63dce2b7 (diff)
forms: remove SAL_THROW macro
Change-Id: I532f29e240cf29c5e65c919c4bcaccd86c510ce9
Diffstat (limited to 'forms/source/xforms/datatyperepository.hxx')
-rw-r--r--forms/source/xforms/datatyperepository.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/xforms/datatyperepository.hxx b/forms/source/xforms/datatyperepository.hxx
index 6ea9387adaa3..33d95dc466e3 100644
--- a/forms/source/xforms/datatyperepository.hxx
+++ b/forms/source/xforms/datatyperepository.hxx
@@ -74,7 +74,7 @@ namespace xforms
private:
/** locates the type with the given name in our repository, or throws an exception if there is no such type
*/
- Repository::iterator implLocate( const OUString& _rName, bool _bAllowMiss = false ) SAL_THROW( ( ::com::sun::star::container::NoSuchElementException ) );
+ Repository::iterator implLocate( const OUString& _rName, bool _bAllowMiss = false );
};