diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-18 18:25:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-19 11:10:06 +0200 |
commit | ed81c7fb25259deb8196383278edc262e55aa4d5 (patch) | |
tree | 84560f0eb281b1f98cc04f53de206bd880a2a636 /cppu/source/uno/destr.hxx | |
parent | f05861de995f8d4edb1a97c616d050f55ec04c32 (diff) |
fixincludeguards.sh: cppu
Diffstat (limited to 'cppu/source/uno/destr.hxx')
-rw-r--r-- | cppu/source/uno/destr.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppu/source/uno/destr.hxx b/cppu/source/uno/destr.hxx index c64cb80f641e..677f129ae550 100644 --- a/cppu/source/uno/destr.hxx +++ b/cppu/source/uno/destr.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 DESTR_HXX -#define DESTR_HXX +#ifndef INCLUDED_CPPU_SOURCE_UNO_DESTR_HXX +#define INCLUDED_CPPU_SOURCE_UNO_DESTR_HXX #include "prim.hxx" |