summaryrefslogtreecommitdiff
path: root/extensions/source/logging/log_services.cxx
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2015-12-28 20:15:06 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2015-12-28 20:35:40 +0100
commitcc6ccaf922bc8cefec714b9110a7d36ae113817c (patch)
tree41e03ccaebe72eefbd708a7d66299d645acec872 /extensions/source/logging/log_services.cxx
parent3bda8734f88b9c86fc9d5cfa83580844eeaf2221 (diff)
tdf#74608: Ctor function for logging::ConsoleHandler
Change-Id: I4326dcb9ae2abfaddef3b68369ee08a6296e0089
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 f20c735eb4c1..d2599a0c0dad 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_ConsoleHandler();
createRegistryInfo_PlainTextFormatter();
createRegistryInfo_CsvFormatter();
}