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.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/source/logging/loghandler.cxx b/extensions/source/logging/loghandler.cxx
index 716be61967a5..6aab561caec5 100644
--- a/extensions/source/logging/loghandler.cxx
+++ b/extensions/source/logging/loghandler.cxx
@@ -34,7 +34,6 @@ namespace logging
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XComponentContext;
using ::com::sun::star::uno::Any;
@@ -45,7 +44,7 @@ namespace logging
using ::com::sun::star::lang::IllegalArgumentException;
using ::com::sun::star::lang::DisposedException;
using ::com::sun::star::logging::PlainTextFormatter;
- /** === end UNO using === **/
+
namespace LogLevel = ::com::sun::star::logging::LogLevel;
//====================================================================