diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 13:14:53 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 13:14:53 +0000 |
commit | 4a8998cc23d36144f9ebe47a7e05989ed41d0b65 (patch) | |
tree | 7bd49a1b761dfd8f0b4ccef5eba5d7a09437ed0c | |
parent | 1d02deaa7b71c117a24219ce52ef84b9450fe3aa (diff) |
INTEGRATION: CWS changefileheader (1.2.198); FILE MERGED
2008/04/01 15:07:02 thb 1.2.198.2: #i85898# Stripping all external header guards
2008/04/01 12:27:42 thb 1.2.198.1: #i85898# Stripping all external header guards
-rw-r--r-- | configmgr/workben/logger/simplelogger.hxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configmgr/workben/logger/simplelogger.hxx b/configmgr/workben/logger/simplelogger.hxx index e4b2ddb816e6..81cfeb70a1ef 100644 --- a/configmgr/workben/logger/simplelogger.hxx +++ b/configmgr/workben/logger/simplelogger.hxx @@ -2,21 +2,10 @@ #define CONFIGMGR_SIMPLELOGGER_HXX_ #include "simplelogger.hxx" - -#ifndef _COM_SUN_STAR_UTIL_LOGGING_XLOGGER_HPP_ #include <com/sun/star/util/logging/XLogger.hpp> -#endif -#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_ #include <com/sun/star/lang/XServiceInfo.hpp> -#endif // _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_ - -#ifndef _COM_SUN_STAR_UNO_XCOMPONENTCONTEXT_HPP_ #include <com/sun/star/uno/XComponentContext.hpp> -#endif - -#ifndef _CPPUHELPER_IMPLBASE2_HXX_ #include <cppuhelper/implbase2.hxx> -#endif #include <stdio.h> |