diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-18 18:21:34 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-19 11:10:05 +0200 |
commit | 7a924a43336aa67e46be0859345d3a423c2ba848 (patch) | |
tree | c89a32c9ed25657fc22036265ea82b1b76b4b500 /include/cppu | |
parent | 4c2a736360a810199e8748533022ac38446b83ed (diff) |
fixincludeguards.sh: include
Diffstat (limited to 'include/cppu')
-rw-r--r-- | include/cppu/Enterable.hxx | 4 | ||||
-rw-r--r-- | include/cppu/EnvDcp.hxx | 4 | ||||
-rw-r--r-- | include/cppu/EnvGuards.hxx | 4 | ||||
-rw-r--r-- | include/cppu/Map.hxx | 4 | ||||
-rw-r--r-- | include/cppu/helper/purpenv/Environment.hxx | 4 | ||||
-rw-r--r-- | include/cppu/helper/purpenv/Mapping.hxx | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/include/cppu/Enterable.hxx b/include/cppu/Enterable.hxx index 50894dfb54f5..f855ab70c041 100644 --- a/include/cppu/Enterable.hxx +++ b/include/cppu/Enterable.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_cppu_Enterable_hxx -#define INCLUDED_cppu_Enterable_hxx +#ifndef INCLUDED_CPPU_ENTERABLE_HXX +#define INCLUDED_CPPU_ENTERABLE_HXX #include <uno/Enterable.h> #include <rtl/ustring.hxx> diff --git a/include/cppu/EnvDcp.hxx b/include/cppu/EnvDcp.hxx index af40f9bc2200..0fff995d1c3a 100644 --- a/include/cppu/EnvDcp.hxx +++ b/include/cppu/EnvDcp.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_cppu_EnvDcp_hxx -#define INCLUDED_cppu_EnvDcp_hxx +#ifndef INCLUDED_CPPU_ENVDCP_HXX +#define INCLUDED_CPPU_ENVDCP_HXX #include <rtl/ustring.hxx> #include <uno/EnvDcp.h> diff --git a/include/cppu/EnvGuards.hxx b/include/cppu/EnvGuards.hxx index 68d81ffe2ae2..405fd3b4169b 100644 --- a/include/cppu/EnvGuards.hxx +++ b/include/cppu/EnvGuards.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_cppu_EnvGuards_hxx -#define INCLUDED_cppu_EnvGuards_hxx +#ifndef INCLUDED_CPPU_ENVGUARDS_HXX +#define INCLUDED_CPPU_ENVGUARDS_HXX #include <uno/environment.hxx> #include <uno/mapping.hxx> diff --git a/include/cppu/Map.hxx b/include/cppu/Map.hxx index a018d209e3c6..2274c9e87d0f 100644 --- a/include/cppu/Map.hxx +++ b/include/cppu/Map.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_cppu_Map_hxx -#define INCLUDED_cppu_Map_hxx +#ifndef INCLUDED_CPPU_MAP_HXX +#define INCLUDED_CPPU_MAP_HXX #include <uno/mapping.hxx> diff --git a/include/cppu/helper/purpenv/Environment.hxx b/include/cppu/helper/purpenv/Environment.hxx index e3696941e45f..318baa0b468f 100644 --- a/include/cppu/helper/purpenv/Environment.hxx +++ b/include/cppu/helper/purpenv/Environment.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_cppu_helper_purpenv_Environment_hxx -#define INCLUDED_cppu_helper_purpenv_Environment_hxx +#ifndef INCLUDED_CPPU_HELPER_PURPENV_ENVIRONMENT_HXX +#define INCLUDED_CPPU_HELPER_PURPENV_ENVIRONMENT_HXX #include <cppu/cppudllapi.h> #include <uno/environment.h> diff --git a/include/cppu/helper/purpenv/Mapping.hxx b/include/cppu/helper/purpenv/Mapping.hxx index e80de54f2195..7e834fd09d3a 100644 --- a/include/cppu/helper/purpenv/Mapping.hxx +++ b/include/cppu/helper/purpenv/Mapping.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_cppu_helper_purpenv_Mapping_hxx -#define INCLUDED_cppu_helper_purpenv_Mapping_hxx +#ifndef INCLUDED_CPPU_HELPER_PURPENV_MAPPING_HXX +#define INCLUDED_CPPU_HELPER_PURPENV_MAPPING_HXX #include <com/sun/star/uno/Any.h> |