diff options
author | Noel Grandin <noel@peralex.com> | 2014-06-05 08:16:59 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-06-05 08:17:52 +0200 |
commit | 0e507ae031768deceab236a41d1bbe9fb5123cea (patch) | |
tree | 34cc1626f1e8fa6d50d6edd88045be6252150f19 /configmgr/source/components.cxx | |
parent | db246b491c1639942d9f952658d33974e9b06201 (diff) |
various: remove SAL_THROW macro
Change-Id: I9464179a736b91f5bc32eb5e5e89b3b4e3da3494
Diffstat (limited to 'configmgr/source/components.cxx')
-rw-r--r-- | configmgr/source/components.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx index 5cfbb5d80f67..c9abceffdfd1 100644 --- a/configmgr/source/components.cxx +++ b/configmgr/source/components.cxx @@ -87,8 +87,6 @@ typedef std::list< UnresolvedListItem > UnresolvedList; void parseXcsFile( OUString const & url, int layer, Data & data, Partial const * partial, Modifications * modifications, Additions * additions) - SAL_THROW(( - css::container::NoSuchElementException, css::uno::RuntimeException)) { assert(partial == 0 && modifications == 0 && additions == 0); (void) partial; (void) modifications; (void) additions; @@ -101,8 +99,6 @@ void parseXcsFile( void parseXcuFile( OUString const & url, int layer, Data & data, Partial const * partial, Modifications * modifications, Additions * additions) - SAL_THROW(( - css::container::NoSuchElementException, css::uno::RuntimeException)) { bool ok = rtl::Reference< ParseManager >( new ParseManager( |