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 /io/source/stm | |
parent | eeaa2ecd1e1f6e0f468854b891de0caa28c470e6 (diff) |
Remove any remaining remnants of unused component_canUnload feature
Change-Id: I635fd006b5ba9f5fb0091748ee2ff9bc3c1a2d2a
Diffstat (limited to 'io/source/stm')
-rw-r--r-- | io/source/stm/factreg.cxx | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/io/source/stm/factreg.cxx b/io/source/stm/factreg.cxx index 69f7e6d34837..935f2a5c6085 100644 --- a/io/source/stm/factreg.cxx +++ b/io/source/stm/factreg.cxx @@ -32,11 +32,6 @@ using namespace ::com::sun::star::registry; #include "factreg.hxx" -namespace io_stm -{ - rtl_StandardModuleCount g_moduleCount = MODULE_COUNT_INIT; -} - using namespace io_stm; static struct ImplementationEntry g_entries[] = @@ -44,42 +39,42 @@ static struct ImplementationEntry g_entries[] = { OPipeImpl_CreateInstance, OPipeImpl_getImplementationName , OPipeImpl_getSupportedServiceNames, createSingleComponentFactory , - &g_moduleCount.modCnt , 0 + 0, 0 }, { OPumpImpl_CreateInstance, OPumpImpl_getImplementationName , OPumpImpl_getSupportedServiceNames, createSingleComponentFactory , - &g_moduleCount.modCnt , 0 + 0, 0 }, { ODataInputStream_CreateInstance, ODataInputStream_getImplementationName, ODataInputStream_getSupportedServiceNames, createSingleComponentFactory, - &g_moduleCount.modCnt, 0 + 0, 0 }, { ODataOutputStream_CreateInstance, ODataOutputStream_getImplementationName, ODataOutputStream_getSupportedServiceNames, createSingleComponentFactory, - &g_moduleCount.modCnt, 0 + 0, 0 }, { OObjectInputStream_CreateInstance, OObjectInputStream_getImplementationName, OObjectInputStream_getSupportedServiceNames, createSingleComponentFactory, - &g_moduleCount.modCnt, 0 + 0, 0 }, { OObjectOutputStream_CreateInstance, OObjectOutputStream_getImplementationName, OObjectOutputStream_getSupportedServiceNames, createSingleComponentFactory, - &g_moduleCount.modCnt, 0 + 0, 0 }, { OMarkableInputStream_CreateInstance, OMarkableInputStream_getImplementationName, OMarkableInputStream_getSupportedServiceNames, createSingleComponentFactory, - &g_moduleCount.modCnt, 0 + 0, 0 }, { OMarkableOutputStream_CreateInstance, OMarkableOutputStream_getImplementationName, OMarkableOutputStream_getSupportedServiceNames, createSingleComponentFactory, - &g_moduleCount.modCnt, 0 + 0, 0 }, { 0, 0, 0, 0, 0, 0 } |