diff options
Diffstat (limited to 'extensions/source/logging')
-rw-r--r-- | extensions/source/logging/consolehandler.cxx | 2 | ||||
-rw-r--r-- | extensions/source/logging/csvformatter.cxx | 2 | ||||
-rw-r--r-- | extensions/source/logging/filehandler.cxx | 2 | ||||
-rw-r--r-- | extensions/source/logging/log_services.cxx | 3 | ||||
-rw-r--r-- | extensions/source/logging/logger.cxx | 2 | ||||
-rw-r--r-- | extensions/source/logging/loggerconfig.cxx | 2 | ||||
-rw-r--r-- | extensions/source/logging/loggerconfig.hxx | 2 | ||||
-rw-r--r-- | extensions/source/logging/loghandler.cxx | 2 | ||||
-rw-r--r-- | extensions/source/logging/loghandler.hxx | 2 | ||||
-rw-r--r-- | extensions/source/logging/logrecord.cxx | 3 | ||||
-rw-r--r-- | extensions/source/logging/logrecord.hxx | 2 | ||||
-rw-r--r-- | extensions/source/logging/methodguard.hxx | 3 | ||||
-rw-r--r-- | extensions/source/logging/plaintextformatter.cxx | 2 |
13 files changed, 0 insertions, 29 deletions
diff --git a/extensions/source/logging/consolehandler.cxx b/extensions/source/logging/consolehandler.cxx index c7a3dd0141ea..84f1cb7e83d1 100644 --- a/extensions/source/logging/consolehandler.cxx +++ b/extensions/source/logging/consolehandler.cxx @@ -31,7 +31,6 @@ #include "methodguard.hxx" #include "loghandler.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/logging/XConsoleHandler.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/logging/LogLevel.hpp> @@ -39,7 +38,6 @@ #include <com/sun/star/ucb/AlreadyInitializedException.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/beans/NamedValue.hpp> -/** === end UNO includes === **/ #include <tools/diagnose_ex.h> diff --git a/extensions/source/logging/csvformatter.cxx b/extensions/source/logging/csvformatter.cxx index d73d2d8c68d7..26dfc9de8636 100644 --- a/extensions/source/logging/csvformatter.cxx +++ b/extensions/source/logging/csvformatter.cxx @@ -23,12 +23,10 @@ #include <stdio.h> #include <string> -/** === begin UNO includes === **/ #include <com/sun/star/logging/XCsvLogFormatter.hpp> #include <com/sun/star/logging/XLogFormatter.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -/** === end UNO includes === **/ #include <comphelper/componentcontext.hxx> diff --git a/extensions/source/logging/filehandler.cxx b/extensions/source/logging/filehandler.cxx index 0d5d9d9965f3..be841ffe5c0c 100644 --- a/extensions/source/logging/filehandler.cxx +++ b/extensions/source/logging/filehandler.cxx @@ -31,7 +31,6 @@ #include "methodguard.hxx" #include "loghandler.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/logging/XLogHandler.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/ucb/AlreadyInitializedException.hpp> @@ -39,7 +38,6 @@ #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/util/PathSubstitution.hpp> #include <com/sun/star/util/XStringSubstitution.hpp> -/** === end UNO includes === **/ #include <tools/diagnose_ex.h> diff --git a/extensions/source/logging/log_services.cxx b/extensions/source/logging/log_services.cxx index 46dd19c0b85e..e5af7a66f236 100644 --- a/extensions/source/logging/log_services.cxx +++ b/extensions/source/logging/log_services.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ - -/** === begin UNO includes === **/ -/** === end UNO includes === **/ #include "log_module.hxx" //........................................................................ diff --git a/extensions/source/logging/logger.cxx b/extensions/source/logging/logger.cxx index d637a1c9b075..e692919c78a2 100644 --- a/extensions/source/logging/logger.cxx +++ b/extensions/source/logging/logger.cxx @@ -22,13 +22,11 @@ #include "logrecord.hxx" #include "loggerconfig.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/logging/XLogger.hpp> #include <com/sun/star/logging/LogLevel.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/logging/XLoggerPool.hpp> -/** === end UNO includes === **/ #include <tools/diagnose_ex.h> diff --git a/extensions/source/logging/loggerconfig.cxx b/extensions/source/logging/loggerconfig.cxx index 72438786a6bb..86a1f007f0c9 100644 --- a/extensions/source/logging/loggerconfig.cxx +++ b/extensions/source/logging/loggerconfig.cxx @@ -29,7 +29,6 @@ #include "loggerconfig.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/configuration/theDefaultProvider.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/container/XNameContainer.hpp> @@ -41,7 +40,6 @@ #include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/logging/XLogHandler.hpp> #include <com/sun/star/logging/XLogFormatter.hpp> -/** === end UNO includes === **/ #include <tools/diagnose_ex.h> diff --git a/extensions/source/logging/loggerconfig.hxx b/extensions/source/logging/loggerconfig.hxx index c5172e47a2bb..3697ac3dbbdd 100644 --- a/extensions/source/logging/loggerconfig.hxx +++ b/extensions/source/logging/loggerconfig.hxx @@ -20,9 +20,7 @@ #ifndef EXTENSIONS_LOGGERCONFIG_HXX #define EXTENSIONS_LOGGERCONFIG_HXX -/** === begin UNO includes === **/ #include <com/sun/star/logging/XLogger.hpp> -/** === end UNO includes === **/ namespace comphelper { 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> diff --git a/extensions/source/logging/loghandler.hxx b/extensions/source/logging/loghandler.hxx index 194435c8b1af..2852c9fe53f2 100644 --- a/extensions/source/logging/loghandler.hxx +++ b/extensions/source/logging/loghandler.hxx @@ -29,11 +29,9 @@ #ifndef LOGHANDLER_HXX #define LOGHANDLER_HXX -/** === begin UNO includes === **/ #include <com/sun/star/logging/XLogFormatter.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/logging/LogRecord.hpp> -/** === end UNO includes === **/ #include <comphelper/namedvaluecollection.hxx> #include <cppuhelper/interfacecontainer.hxx> diff --git a/extensions/source/logging/logrecord.cxx b/extensions/source/logging/logrecord.cxx index 191d4efdaecf..96e19f786197 100644 --- a/extensions/source/logging/logrecord.cxx +++ b/extensions/source/logging/logrecord.cxx @@ -19,9 +19,6 @@ #include "logrecord.hxx" -/** === begin UNO includes === **/ -/** === end UNO includes === **/ - #include <osl/time.h> #include <osl/thread.h> #include <osl/diagnose.h> diff --git a/extensions/source/logging/logrecord.hxx b/extensions/source/logging/logrecord.hxx index d846d8dda522..85962d19a594 100644 --- a/extensions/source/logging/logrecord.hxx +++ b/extensions/source/logging/logrecord.hxx @@ -20,9 +20,7 @@ #ifndef LOGRECORD_HXX #define LOGRECORD_HXX -/** === begin UNO includes === **/ #include <com/sun/star/logging/LogRecord.hpp> -/** === end UNO includes === **/ #include <osl/interlck.h> diff --git a/extensions/source/logging/methodguard.hxx b/extensions/source/logging/methodguard.hxx index b84d95ae37fe..aa5a9474bfbe 100644 --- a/extensions/source/logging/methodguard.hxx +++ b/extensions/source/logging/methodguard.hxx @@ -20,9 +20,6 @@ #ifndef EXTENSIONS_METHODGUARD_HXX #define EXTENSIONS_METHODGUARD_HXX -/** === begin UNO includes === **/ -/** === end UNO includes === **/ - //........................................................................ namespace logging { diff --git a/extensions/source/logging/plaintextformatter.cxx b/extensions/source/logging/plaintextformatter.cxx index 83b64c3a1988..fd84d20fece2 100644 --- a/extensions/source/logging/plaintextformatter.cxx +++ b/extensions/source/logging/plaintextformatter.cxx @@ -31,11 +31,9 @@ #include <stdio.h> -/** === begin UNO includes === **/ #include <com/sun/star/logging/XLogFormatter.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -/** === end UNO includes === **/ #include <comphelper/componentcontext.hxx> |