diff options
Diffstat (limited to 'extensions/source/logging/loggerconfig.hxx')
-rw-r--r-- | extensions/source/logging/loggerconfig.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/logging/loggerconfig.hxx b/extensions/source/logging/loggerconfig.hxx index 5b7c9085db64..f43c995a5c98 100644 --- a/extensions/source/logging/loggerconfig.hxx +++ b/extensions/source/logging/loggerconfig.hxx @@ -23,10 +23,10 @@ #include <com/sun/star/logging/XLogger.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -//........................................................................ + namespace logging { -//........................................................................ + /** initializes the given logger from the configuration @@ -44,9 +44,9 @@ namespace logging const ::com::sun::star::uno::Reference< ::com::sun::star::logging::XLogger >& _rxLogger ); -//........................................................................ + } // namespace logging -//........................................................................ + #endif // EXTENSIONS_LOGGERCONFIG_HXX |