Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove SAL_THROW for build compatibility with LibreOffice 4.4
  • Loading branch information
hatapitk committed Aug 24, 2014
1 parent 2f6e3b5 commit 5a8e3ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/registry.cxx
Expand Up @@ -35,8 +35,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ":unsafe";
}

Reference<XInterface> SAL_CALL regSettingsCreate(const Reference<XComponentContext> & context)
SAL_THROW((Exception)) {
Reference<XInterface> SAL_CALL regSettingsCreate(const Reference<XComponentContext> & context) {
return static_cast< ::cppu::OWeakObject * >(new SettingsEventHandler(context));
}

Expand Down

0 comments on commit 5a8e3ae

Please sign in to comment.