summaryrefslogtreecommitdiff
path: root/animations/source/animcore/factreg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'animations/source/animcore/factreg.cxx')
-rw-r--r--animations/source/animcore/factreg.cxx7
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[] =