summaryrefslogtreecommitdiff
path: root/include/i18nutil
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:18:54 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:31 +0200
commit1130a359cb89028b42f366f46bdf034ad13ae540 (patch)
tree6acbd8d220fee0dab8d6911c1968ee9964534beb /include/i18nutil
parent29c0fdc6457243e7b7262b4db86c82b23a7ee0f1 (diff)
fixincludeguards.sh: include - the rest
Change-Id: If1ee11da444a7f96f2d8668b277540da0bb4dbe9
Diffstat (limited to 'include/i18nutil')
-rw-r--r--include/i18nutil/i18nutildllapi.h6
-rw-r--r--include/i18nutil/oneToOneMapping.hxx4
-rw-r--r--include/i18nutil/scripttypedetector.hxx4
3 files changed, 7 insertions, 7 deletions
diff --git a/include/i18nutil/i18nutildllapi.h b/include/i18nutil/i18nutildllapi.h
index b208b51e9ee0..9bd051d79258 100644
--- a/include/i18nutil/i18nutildllapi.h
+++ b/include/i18nutil/i18nutildllapi.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_I18NUTILDLLAPI_H
-#define INCLUDED_I18NUTILDLLAPI_H
+#ifndef INCLUDED_I18NUTIL_I18NUTILDLLAPI_H
+#define INCLUDED_I18NUTIL_I18NUTILDLLAPI_H
#include "sal/types.h"
@@ -29,6 +29,6 @@
#endif
#define I18NUTIL_DLLPRIVATE SAL_DLLPRIVATE
-#endif /* INCLUDED_I18NUTILDLLAPI_H */
+#endif // INCLUDED_I18NUTIL_I18NUTILDLLAPI_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/i18nutil/oneToOneMapping.hxx b/include/i18nutil/oneToOneMapping.hxx
index 533e4ad52c59..b51eaa08cc44 100644
--- a/include/i18nutil/oneToOneMapping.hxx
+++ b/include/i18nutil/oneToOneMapping.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 INCLUDED_I18NUTIL_TRANSLITERATION_ONETOONEMAPPING_HXX
-#define INCLUDED_I18NUTIL_TRANSLITERATION_ONETOONEMAPPING_HXX
+#ifndef INCLUDED_I18NUTIL_ONETOONEMAPPING_HXX
+#define INCLUDED_I18NUTIL_ONETOONEMAPPING_HXX
#include <boost/noncopyable.hpp>
#include <rtl/ustring.hxx>
diff --git a/include/i18nutil/scripttypedetector.hxx b/include/i18nutil/scripttypedetector.hxx
index cf3b9b71e11b..40a43194b575 100644
--- a/include/i18nutil/scripttypedetector.hxx
+++ b/include/i18nutil/scripttypedetector.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 _I18N_SCRIPTTYPEDETECTOR_HXX_
-#define _I18N_SCRIPTTYPEDETECTOR_HXX_
+#ifndef INCLUDED_I18NUTIL_SCRIPTTYPEDETECTOR_HXX
+#define INCLUDED_I18NUTIL_SCRIPTTYPEDETECTOR_HXX
#include "i18nutildllapi.h"
#include <rtl/ustring.hxx>