diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 19:16:30 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 23:22:30 +0200 |
commit | f20eef009438883ebc205c9cce3e4bac87256f29 (patch) | |
tree | 32389f88c3f799bda3dae69c2b870041707f3492 /include/uno/mapping.hxx | |
parent | 4e0670b763c19bf369db56d03dc5add669c21ac5 (diff) |
fixincludeguards.sh: include/u*
Change-Id: I8a07ccb309490206a2edd36f2fe4d0e2c0982ea2
Diffstat (limited to 'include/uno/mapping.hxx')
-rw-r--r-- | include/uno/mapping.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uno/mapping.hxx b/include/uno/mapping.hxx index 4c9d4e9c694e..7d3bf396d1df 100644 --- a/include/uno/mapping.hxx +++ b/include/uno/mapping.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _UNO_MAPPING_HXX_ -#define _UNO_MAPPING_HXX_ +#ifndef INCLUDED_UNO_MAPPING_HXX +#define INCLUDED_UNO_MAPPING_HXX #include <cppu/macros.hxx> #include <rtl/alloc.h> |