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 /animations | |
parent | eeaa2ecd1e1f6e0f468854b891de0caa28c470e6 (diff) |
Remove any remaining remnants of unused component_canUnload feature
Change-Id: I635fd006b5ba9f5fb0091748ee2ff9bc3c1a2d2a
Diffstat (limited to 'animations')
-rw-r--r-- | animations/source/animcore/factreg.cxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/animations/source/animcore/factreg.cxx b/animations/source/animcore/factreg.cxx index 418c81913acb..4f5b07882a5e 100644 --- a/animations/source/animcore/factreg.cxx +++ b/animations/source/animcore/factreg.cxx @@ -31,18 +31,13 @@ using namespace ::com::sun::star::registry; #include "factreg.hxx" -namespace animcore -{ - rtl_StandardModuleCount g_moduleCount = MODULE_COUNT_INIT; -} - using namespace animcore; #define IMPLEMENTATION_ENTRY(N)\ {\ createInstance_##N, getImplementationName_##N ,\ getSupportedServiceNames_##N, createSingleComponentFactory ,\ - &g_moduleCount.modCnt , 0\ + 0, 0\ }\ static struct ImplementationEntry g_entries[] = |