summaryrefslogtreecommitdiff
path: root/extensions/source/logging/log_services.cxx
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2015-12-27 14:02:55 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2015-12-28 19:27:45 +0100
commit11c9bad89d6582b5bf5c2d47a42afc5c2758fa63 (patch)
tree872548171cbac1e834fdeadf04d4229c6de96a55 /extensions/source/logging/log_services.cxx
parent128744e5591f5bce7ea81188f51b04cc9492af8a (diff)
tdf#74608: Constructor function for LoggerPool singleton
+ EventLogger is not an UNO service - does not need XServiceInfo Change-Id: I1b4fed4dfe0fb5f453d521f2902cb65ace586cfb
Diffstat (limited to 'extensions/source/logging/log_services.cxx')
-rw-r--r--extensions/source/logging/log_services.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/source/logging/log_services.cxx b/extensions/source/logging/log_services.cxx
index 1b667d7c1f40..f4f3e68a39e7 100644
--- a/extensions/source/logging/log_services.cxx
+++ b/extensions/source/logging/log_services.cxx
@@ -25,7 +25,6 @@ namespace logging
static void initializeModule()
{
::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
- createRegistryInfo_LoggerPool();
createRegistryInfo_FileHandler();
createRegistryInfo_ConsoleHandler();
createRegistryInfo_PlainTextFormatter();