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/configurationprovider.hxx | |
parent | db246b491c1639942d9f952658d33974e9b06201 (diff) |
various: remove SAL_THROW macro
Change-Id: I9464179a736b91f5bc32eb5e5e89b3b4e3da3494
Diffstat (limited to 'configmgr/source/configurationprovider.hxx')
-rw-r--r-- | configmgr/source/configurationprovider.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configmgr/source/configurationprovider.hxx b/configmgr/source/configurationprovider.hxx index 0ffbdd3579a5..7fbf5b7619a4 100644 --- a/configmgr/source/configurationprovider.hxx +++ b/configmgr/source/configurationprovider.hxx @@ -49,8 +49,7 @@ getSupportedServiceNames(); com::sun::star::uno::Reference< com::sun::star::lang::XSingleComponentFactory > SAL_CALL createFactory( cppu::ComponentFactoryFunc, OUString const &, - com::sun::star::uno::Sequence< OUString > const &, rtl_ModuleCount *) - SAL_THROW(()); + com::sun::star::uno::Sequence< OUString > const &, rtl_ModuleCount *); } } |