summaryrefslogtreecommitdiff
path: root/extensions/source/logging/logrecord.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/logging/logrecord.hxx')
-rw-r--r--extensions/source/logging/logrecord.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/extensions/source/logging/logrecord.hxx b/extensions/source/logging/logrecord.hxx
index 772969371077..20389a085bf6 100644
--- a/extensions/source/logging/logrecord.hxx
+++ b/extensions/source/logging/logrecord.hxx
@@ -24,14 +24,14 @@
#include <osl/interlck.h>
-//........................................................................
+
namespace logging
{
-//........................................................................
- //====================================================================
+
+
//= helper
- //====================================================================
+
::com::sun::star::logging::LogRecord createLogRecord(
const OUString& _rLoggerName,
const OUString& _rClassName,
@@ -51,9 +51,9 @@ namespace logging
return createLogRecord( _rLoggerName, OUString(), OUString(), _rMessage, _nLogLevel, _nEventNumber );
}
-//........................................................................
+
} // namespace logging
-//........................................................................
+
#endif // LOGRECORD_HXX