From e8ff469da51904a2ddafd59b2dcf45539370e08e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 19 Apr 2013 16:50:50 +0200 Subject: Remove any remaining remnants of unused component_canUnload feature Change-Id: I635fd006b5ba9f5fb0091748ee2ff9bc3c1a2d2a --- comphelper/inc/comphelper/componentmodule.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comphelper/inc') 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(()); //========================================================================= -- cgit