diff options
Diffstat (limited to 'extensions/source/logging/loghandler.cxx')
-rw-r--r-- | extensions/source/logging/loghandler.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/source/logging/loghandler.cxx b/extensions/source/logging/loghandler.cxx index 42107c364a45..dcba3ba995b2 100644 --- a/extensions/source/logging/loghandler.cxx +++ b/extensions/source/logging/loghandler.cxx @@ -20,12 +20,10 @@ #include "loghandler.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/logging/LogLevel.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/logging/PlainTextFormatter.hpp> -/** === end UNO includes === **/ #include <tools/diagnose_ex.h> #include <comphelper/componentcontext.hxx> |