summaryrefslogtreecommitdiff
path: root/extensions/source/logging/logrecord.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/logging/logrecord.cxx')
-rw-r--r--extensions/source/logging/logrecord.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/extensions/source/logging/logrecord.cxx b/extensions/source/logging/logrecord.cxx
index b7ee720452e9..a8ebc64dbb17 100644
--- a/extensions/source/logging/logrecord.cxx
+++ b/extensions/source/logging/logrecord.cxx
@@ -24,17 +24,17 @@
#include <osl/thread.hxx>
#include <osl/diagnose.h>
-//........................................................................
+
namespace logging
{
-//........................................................................
+
using ::com::sun::star::logging::LogRecord;
using ::com::sun::star::util::DateTime;
- //====================================================================
+
//= helper
- //====================================================================
+
namespace
{
@@ -83,8 +83,8 @@ namespace logging
);
}
-//........................................................................
+
} // namespace logging
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */