From 10d0526d7273df6b52a2f46b68fb0e63f9db0d92 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 23 Oct 2013 19:17:28 +0200 Subject: fixincludeguards.sh: include/o* Change-Id: Ibd5d8af00f6582d53231c76e2b04e737b5804497 --- include/osl/detail/android-bootstrap.h | 4 ++-- include/osl/detail/component-mapping.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'include/osl/detail') diff --git a/include/osl/detail/android-bootstrap.h b/include/osl/detail/android-bootstrap.h index 71b407272fcf..002027a5d8a0 100644 --- a/include/osl/detail/android-bootstrap.h +++ b/include/osl/detail/android-bootstrap.h @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef ANDROID_BOOSTRAP_H -#define ANDROID_BOOSTRAP_H +#ifndef INCLUDED_OSL_DETAIL_ANDROID_BOOTSTRAP_H +#define INCLUDED_OSL_DETAIL_ANDROID_BOOTSTRAP_H #if defined(ANDROID) diff --git a/include/osl/detail/component-mapping.h b/include/osl/detail/component-mapping.h index 4a0f4796a7b3..61354f59eed8 100644 --- a/include/osl/detail/component-mapping.h +++ b/include/osl/detail/component-mapping.h @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef COMPONENT_MAPPING_H -#define COMPONENT_MAPPING_H +#ifndef INCLUDED_OSL_DETAIL_COMPONENT_MAPPING_H +#define INCLUDED_OSL_DETAIL_COMPONENT_MAPPING_H #ifdef DISABLE_DYNLOADING @@ -37,6 +37,6 @@ const lib_to_component_mapping *lo_get_libmap(void); #endif /* DISABLE_DYNLOADING */ -#endif /* COMPONENT_MAPPING_H */ +#endif // INCLUDED_OSL_DETAIL_COMPONENT_MAPPING_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit