summaryrefslogtreecommitdiff
path: root/extensions/source/logging/filehandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/logging/filehandler.cxx')
-rw-r--r--extensions/source/logging/filehandler.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/extensions/source/logging/filehandler.cxx b/extensions/source/logging/filehandler.cxx
index 928fb71d8d7e..4b4f05eda1ec 100644
--- a/extensions/source/logging/filehandler.cxx
+++ b/extensions/source/logging/filehandler.cxx
@@ -43,10 +43,10 @@
#include <memory>
-//........................................................................
+
namespace logging
{
-//........................................................................
+
using ::com::sun::star::uno::Reference;
using ::com::sun::star::logging::LogRecord;
@@ -67,9 +67,9 @@ namespace logging
using ::com::sun::star::util::XStringSubstitution;
using ::com::sun::star::beans::NamedValue;
- //====================================================================
+
//= FileHandler - declaration
- //====================================================================
+
typedef ::cppu::WeakComponentImplHelper3 < XLogHandler
, XServiceInfo
, XInitialization
@@ -144,9 +144,9 @@ namespace logging
void impl_doStringsubstitution_nothrow( OUString& _inout_rURL );
};
- //====================================================================
+
//= FileHandler - implementation
- //====================================================================
+
FileHandler::FileHandler( const Reference< XComponentContext >& _rxContext )
:FileHandler_Base( m_aMutex )
@@ -414,8 +414,8 @@ namespace logging
static OAutoRegistration< FileHandler > aAutoRegistration;
}
-//........................................................................
+
} // namespace logging
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */