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/uno | |
parent | 4c2a736360a810199e8748533022ac38446b83ed (diff) |
fixincludeguards.sh: include
Diffstat (limited to 'include/uno')
-rw-r--r-- | include/uno/Enterable.h | 4 | ||||
-rw-r--r-- | include/uno/EnvDcp.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/uno/Enterable.h b/include/uno/Enterable.h index f3c040313ccb..af1cf10f6114 100644 --- a/include/uno/Enterable.h +++ b/include/uno/Enterable.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_uno_Enterable_h -#define INCLUDED_uno_Enterable_h +#ifndef INCLUDED_UNO_ENTERABLE_H +#define INCLUDED_UNO_ENTERABLE_H #include <uno/environment.h> diff --git a/include/uno/EnvDcp.h b/include/uno/EnvDcp.h index 2642876b6332..954f686a266c 100644 --- a/include/uno/EnvDcp.h +++ b/include/uno/EnvDcp.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_uno_EnvDcp_h -#define INCLUDED_uno_EnvDcp_h +#ifndef INCLUDED_UNO_ENVDCP_H +#define INCLUDED_UNO_ENVDCP_H #include <cppu/cppudllapi.h> #include <rtl/ustring.h> |