summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-07-17 14:14:20 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-07-17 14:14:20 +0000
commit83622e8216f58a77dc41a37f33464b85a0144da9 (patch)
tree16d12392863aba00b8a75c0d66b6c855b0559e0d /extensions
parentf2eeea245dc6f062ab8752348f84be6da7f7f1fb (diff)
INTEGRATION: CWS logger2 (1.3.14); FILE MERGED
2008/05/13 14:42:03 b_michaelsen 1.3.14.1: merged logger cws
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/logging/log_services.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/extensions/source/logging/log_services.cxx b/extensions/source/logging/log_services.cxx
index 7a26031be53d..6bd5add69a70 100644
--- a/extensions/source/logging/log_services.cxx
+++ b/extensions/source/logging/log_services.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: log_services.cxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -45,6 +45,7 @@ namespace logging
extern void createRegistryInfo_FileHandler();
extern void createRegistryInfo_ConsoleHandler();
extern void createRegistryInfo_PlainTextFormatter();
+ extern void createRegistryInfo_CsvFormatter();
static void initializeModule()
{
@@ -58,6 +59,7 @@ namespace logging
createRegistryInfo_FileHandler();
createRegistryInfo_ConsoleHandler();
createRegistryInfo_PlainTextFormatter();
+ createRegistryInfo_CsvFormatter();
}
}
}