diff options
Diffstat (limited to 'stoc/source/stocservices')
-rw-r--r-- | stoc/source/stocservices/stocservices.cxx | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/stoc/source/stocservices/stocservices.cxx b/stoc/source/stocservices/stocservices.cxx index 81810a937783..3594b1b8051e 100644 --- a/stoc/source/stocservices/stocservices.cxx +++ b/stoc/source/stocservices/stocservices.cxx @@ -32,26 +32,13 @@ using namespace cppu; using namespace osl; using namespace stoc_services; -#ifdef DISABLE_DYNLOADING - -// Do we really to have non-static global variable with the same name -// g_moduleCount in *all* (more or less, it seems) modules even in the -// normal dynamic loading case? Weird. Anyway, in the DISABLE_DYNLOADING -// case we have no use for these, and they can't be the same name. - -#define g_moduleCount g_stocservices_moduleCount - -#endif - -rtl_StandardModuleCount g_moduleCount = MODULE_COUNT_INIT; - static struct ImplementationEntry g_entries[] = { // typeconv { TypeConverter_Impl_CreateInstance, tcv_getImplementationName, tcv_getSupportedServiceNames, createSingleComponentFactory, - &g_moduleCount.modCnt , 0 + 0, 0 }, // uriproc { |