summaryrefslogtreecommitdiff
path: root/extensions/source/logging/log_services.cxx
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2015-12-28 20:23:48 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2015-12-28 20:35:41 +0100
commit42ab260e502c29034d4deb0c4a5a29d7a34c7b96 (patch)
tree39a61e5ab6d845eab1ba8167e48809f59a62c092 /extensions/source/logging/log_services.cxx
parentcc6ccaf922bc8cefec714b9110a7d36ae113817c (diff)
tdf#74608: Ctor function for logging::CsvFormatter
Change-Id: I3383e02a7162cc8dbce3ba0b04fac6dec3492d94
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 d2599a0c0dad..09df0db2539d 100644
--- a/extensions/source/logging/log_services.cxx
+++ b/extensions/source/logging/log_services.cxx
@@ -26,7 +26,6 @@ namespace logging
{
::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
createRegistryInfo_PlainTextFormatter();
- createRegistryInfo_CsvFormatter();
}