summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterComponent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterComponent.cxx')
-rw-r--r--sdext/source/presenter/PresenterComponent.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sdext/source/presenter/PresenterComponent.cxx b/sdext/source/presenter/PresenterComponent.cxx
index c66037eaf226..d7ab29d47d4f 100644
--- a/sdext/source/presenter/PresenterComponent.cxx
+++ b/sdext/source/presenter/PresenterComponent.cxx
@@ -30,15 +30,13 @@ using namespace osl;
namespace sdext { namespace presenter {
-rtl_StandardModuleCount g_moduleCount = MODULE_COUNT_INIT;
-
static struct ImplementationEntry gServiceEntries[] =
{
{
PresenterProtocolHandler::Create,
PresenterProtocolHandler::getImplementationName_static,
PresenterProtocolHandler::getSupportedServiceNames_static,
- createSingleComponentFactory, &g_moduleCount.modCnt, 0
+ createSingleComponentFactory, 0, 0
},
{
PresenterScreenJob::Create,