summaryrefslogtreecommitdiff
path: root/include/osl/detail
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:17:28 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:30 +0200
commit10d0526d7273df6b52a2f46b68fb0e63f9db0d92 (patch)
tree2edf62b3c0f11dfce96f30433fa918c46e022f54 /include/osl/detail
parent0bd7f12d41567842b1e31514e1d84340d90f5b42 (diff)
fixincludeguards.sh: include/o*
Change-Id: Ibd5d8af00f6582d53231c76e2b04e737b5804497
Diffstat (limited to 'include/osl/detail')
-rw-r--r--include/osl/detail/android-bootstrap.h4
-rw-r--r--include/osl/detail/component-mapping.h6
2 files changed, 5 insertions, 5 deletions
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: */