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 --- dtrans/source/win32/dnd/dndentry.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'dtrans/source/win32') diff --git a/dtrans/source/win32/dnd/dndentry.cxx b/dtrans/source/win32/dnd/dndentry.cxx index c463dee880b5..940b9bc213c2 100644 --- a/dtrans/source/win32/dnd/dndentry.cxx +++ b/dtrans/source/win32/dnd/dndentry.cxx @@ -31,8 +31,6 @@ using namespace ::com::sun::star::registry ; using namespace ::cppu ; using namespace ::com::sun::star::lang; -rtl_StandardModuleCount g_moduleCount = MODULE_COUNT_INIT; - Reference< XInterface > SAL_CALL createDragSource( const Reference< XMultiServiceFactory >& rServiceManager ) { DragSource* pSource= new DragSource( comphelper::getComponentContext(rServiceManager) ); @@ -63,8 +61,7 @@ SAL_DLLPUBLIC_EXPORT void* SAL_CALL dnd_component_getFactory( const sal_Char* pI reinterpret_cast< XMultiServiceFactory* > ( pSrvManager ), OUString::createFromAscii( pImplName ), createDragSource, - aSNS, - &g_moduleCount.modCnt); + aSNS); } else if( pSrvManager && ( 0 == rtl_str_compare( pImplName, DNDTARGET_IMPL_NAME ) ) ) -- cgit v1.2.3