summaryrefslogtreecommitdiff
path: root/extensions/source/logging/loghandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/logging/loghandler.cxx')
-rw-r--r--extensions/source/logging/loghandler.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/extensions/source/logging/loghandler.cxx b/extensions/source/logging/loghandler.cxx
index eac7d59eda18..2547f87468ee 100644
--- a/extensions/source/logging/loghandler.cxx
+++ b/extensions/source/logging/loghandler.cxx
@@ -28,10 +28,10 @@
#include <tools/diagnose_ex.h>
#include <rtl/tencinfo.h>
-//........................................................................
+
namespace logging
{
-//........................................................................
+
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XComponentContext;
@@ -46,9 +46,9 @@ namespace logging
namespace LogLevel = ::com::sun::star::logging::LogLevel;
- //====================================================================
+
//= LogHandlerHelper
- //====================================================================
+
LogHandlerHelper::LogHandlerHelper( const Reference< XComponentContext >& _rxContext, ::osl::Mutex& _rMutex, ::cppu::OBroadcastHelper& _rBHelper )
:m_eEncoding( RTL_TEXTENCODING_UTF8 )
@@ -182,8 +182,8 @@ namespace logging
return false;
}
-//........................................................................
+
} // namespace logging
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */