diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-19 16:50:50 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-19 16:52:03 +0200 |
commit | e8ff469da51904a2ddafd59b2dcf45539370e08e (patch) | |
tree | bf35796d9eca312ec3f06bbaa67abc70cdc42393 /comphelper/inc | |
parent | eeaa2ecd1e1f6e0f468854b891de0caa28c470e6 (diff) |
Remove any remaining remnants of unused component_canUnload feature
Change-Id: I635fd006b5ba9f5fb0091748ee2ff9bc3c1a2d2a
Diffstat (limited to 'comphelper/inc')
-rw-r--r-- | comphelper/inc/comphelper/componentmodule.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/inc/comphelper/componentmodule.hxx b/comphelper/inc/comphelper/componentmodule.hxx index 7e577705a805..9ce8a137ede2 100644 --- a/comphelper/inc/comphelper/componentmodule.hxx +++ b/comphelper/inc/comphelper/componentmodule.hxx @@ -43,7 +43,7 @@ namespace comphelper ::cppu::ComponentFactoryFunc _pFactoryFunc, OUString const& _rComponentName, ::com::sun::star::uno::Sequence< OUString > const & _rServiceNames, - rtl_ModuleCount* _pModuleCounter + rtl_ModuleCount* ) SAL_THROW(()); //========================================================================= |