diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-18 20:41:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-19 11:10:10 +0200 |
commit | f400bdce03262d2a5f3fbf34897c5ddde153152c (patch) | |
tree | a88cb9b9117625777aa1098c4a5ca9979ae9471b /extensions/source/abpilot/fieldmappingimpl.hxx | |
parent | 2dfd63991607cc3388cbdc1de745c34d9102804b (diff) |
fixincludeguards.sh: extensions
Change-Id: If652bce4cf7621795b084bcbc0aa4c46dd903878
Diffstat (limited to 'extensions/source/abpilot/fieldmappingimpl.hxx')
-rw-r--r-- | extensions/source/abpilot/fieldmappingimpl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/abpilot/fieldmappingimpl.hxx b/extensions/source/abpilot/fieldmappingimpl.hxx index a08b455818cf..4e56ca3d422c 100644 --- a/extensions/source/abpilot/fieldmappingimpl.hxx +++ b/extensions/source/abpilot/fieldmappingimpl.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef EXTENSIONS_ABP_FIELDMAPPINGIMPL_HXX -#define EXTENSIONS_ABP_FIELDMAPPINGIMPL_HXX +#ifndef INCLUDED_EXTENSIONS_SOURCE_ABPILOT_FIELDMAPPINGIMPL_HXX +#define INCLUDED_EXTENSIONS_SOURCE_ABPILOT_FIELDMAPPINGIMPL_HXX #include <rtl/ustring.hxx> #include "abptypes.hxx" @@ -117,6 +117,6 @@ namespace abp } // namespace abp -#endif // EXTENSIONS_ABP_FIELDMAPPINGIMPL_HXX +#endif // INCLUDED_EXTENSIONS_SOURCE_ABPILOT_FIELDMAPPINGIMPL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |