diff options
author | Noel Grandin <noel@peralex.com> | 2014-06-05 08:07:32 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-06-05 08:17:46 +0200 |
commit | 41066fef1ca94723615838fd521d08c5d37aac5b (patch) | |
tree | 96a9d0de50b748359676cf43b879ba6d3406af0f /include/comphelper/componentmodule.hxx | |
parent | 89d982ab83f5388c7b1c6220d258a10e2788b9b2 (diff) |
comphelper: remove SAL_THROW macro
Change-Id: I692f1213c4bf42a84fae119f513e609d8874bf0c
Diffstat (limited to 'include/comphelper/componentmodule.hxx')
-rw-r--r-- | include/comphelper/componentmodule.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/componentmodule.hxx b/include/comphelper/componentmodule.hxx index 47299c910eff..9f23a1769b94 100644 --- a/include/comphelper/componentmodule.hxx +++ b/include/comphelper/componentmodule.hxx @@ -44,7 +44,7 @@ namespace comphelper OUString const& _rComponentName, ::com::sun::star::uno::Sequence< OUString > const & _rServiceNames, rtl_ModuleCount* - ) SAL_THROW(()); + ); //= ComponentDescription |