diff --git a/src/registry.cxx b/src/registry.cxx index de6c35b..d9e9139 100644 --- a/src/registry.cxx +++ b/src/registry.cxx @@ -35,8 +35,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ":unsafe"; } -Reference SAL_CALL regSettingsCreate(const Reference & context) - SAL_THROW((Exception)) { +Reference SAL_CALL regSettingsCreate(const Reference & context) { return static_cast< ::cppu::OWeakObject * >(new SettingsEventHandler(context)); }