diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2011-04-01 09:34:55 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2011-04-01 09:34:55 +0200 |
commit | 10c8e439bce0a9c131673eb6a21a14fa42d04289 (patch) | |
tree | 4a97558b90aec96995ea17f487d23e3e02080462 | |
parent | e0cfe0f0fbd36782e98a93ed62f897422d2d17e8 (diff) | |
parent | 34813ca20cb27acef60670d8ad341dcd755fc072 (diff) |
CWS-TOOLING: integrate CWS calcvba
-rw-r--r-- | comphelper/inc/comphelper/servicedecl.hxx | 31 |
1 files changed, 11 insertions, 20 deletions
diff --git a/comphelper/inc/comphelper/servicedecl.hxx b/comphelper/inc/comphelper/servicedecl.hxx index 5ea7972e29a2..a7d51824f7c0 100644 --- a/comphelper/inc/comphelper/servicedecl.hxx +++ b/comphelper/inc/comphelper/servicedecl.hxx @@ -27,26 +27,17 @@ #if ! defined(COMPHELPER_SERVICEDECL_HXX_INCLUDED) #define COMPHELPER_SERVICEDECL_HXX_INCLUDED -#if ! defined(INCLUDED_COMPHELPERDLLAPI_H) -#include "comphelper/comphelperdllapi.h" -#endif -#if ! defined(_CPPUHELPER_IMPLBASE1_HXX_) -#include "cppuhelper/implbase1.hxx" -#endif -#if ! defined(_COM_SUN_STAR_UNO_XCOMPONENTCONTEXT_HPP_) -#include "com/sun/star/uno/XComponentContext.hpp" -#endif -#if ! defined(_COM_SUN_STAR_LANG_XSERVICEINFO_HPP_) -#include "com/sun/star/lang/XServiceInfo.hpp" -#endif -#if ! defined(_COM_SUN_STAR_REGISTRY_XREGISTRYKEY_HPP_) -#include "com/sun/star/registry/XRegistryKey.hpp" -#endif -#include "boost/utility.hpp" -#include "boost/function.hpp" -#include "boost/preprocessor/cat.hpp" -#include "boost/preprocessor/repetition.hpp" -#include "boost/preprocessor/seq/enum.hpp" +#include <comphelper/comphelperdllapi.h> +#include <cppuhelper/implbase1.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/registry/XRegistryKey.hpp> +#include <uno/environment.h> +#include <boost/utility.hpp> +#include <boost/function.hpp> +#include <boost/preprocessor/cat.hpp> +#include <boost/preprocessor/repetition.hpp> +#include <boost/preprocessor/seq/enum.hpp> namespace comphelper { namespace service_decl { |