summaryrefslogtreecommitdiffstats
path: root/include/osl/detail/component-mapping.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/detail/component-mapping.h')
-rw-r--r--include/osl/detail/component-mapping.h6
1 files changed, 3 insertions, 3 deletions
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: */