diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-23 09:56:06 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-23 09:56:06 +0300 |
commit | dc17d5c6e467cc809a92c16bc688fb54f11b143b (patch) | |
tree | 1a28b36884b93e531bbc470bad4a418e41ffd4c0 /i18npool/source | |
parent | bb2f13b473f87ec75366dad5aa318b1e24893735 (diff) |
Use our canonical header guard naming
Change-Id: I06c9c55f75dc13893e29ec6cc96726a60c34846c
Diffstat (limited to 'i18npool/source')
-rw-r--r-- | i18npool/source/nativenumber/data/numberchar.h | 7 | ||||
-rw-r--r-- | i18npool/source/transliteration/data/numberchar.h | 9 |
2 files changed, 8 insertions, 8 deletions
diff --git a/i18npool/source/nativenumber/data/numberchar.h b/i18npool/source/nativenumber/data/numberchar.h index 48d02853eb48..5b28a6c860bb 100644 --- a/i18npool/source/nativenumber/data/numberchar.h +++ b/i18npool/source/nativenumber/data/numberchar.h @@ -16,8 +16,9 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _L10N_TRANSLITERATION_NUMTOCHAR_H_ -#define _L10N_TRANSLITERATION_NUMTOCHAR_H_ + +#ifndef INCLUDED_I18NPOOL_SOURCE_NATIVENUMBER_DATA_NUMBERCHAR_H +#define INCLUDED_I18NPOOL_SOURCE_NATIVENUMBER_DATA_NUMBERCHAR_H namespace com { namespace sun { namespace star { namespace i18n { @@ -266,6 +267,6 @@ typedef struct { } } } } -#endif // _L10N_TRANSLITERATION_NUMTOCHAR_H_ +#endif // INCLUDED_I18NPOOL_SOURCE_NATIVENUMBER_DATA_NUMBERCHAR_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/i18npool/source/transliteration/data/numberchar.h b/i18npool/source/transliteration/data/numberchar.h index c9cbd38056a1..75dbfa17386d 100644 --- a/i18npool/source/transliteration/data/numberchar.h +++ b/i18npool/source/transliteration/data/numberchar.h @@ -16,8 +16,9 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _L10N_TRANSLITERATION_NUMTOCHAR_H_ -#define _L10N_TRANSLITERATION_NUMTOCHAR_H_ + +#ifndef INCLUDED_I18NPOOL_SOURCE_TRANSLITERATION_DATA_NUMBERCHAR_H +#define INCLUDED_I18NPOOL_SOURCE_TRANSLITERATION_DATA_NUMBERCHAR_H #include <sal/types.h> @@ -77,12 +78,10 @@ const sal_Int16 Multiplier_Count = 7; const sal_Int16 ExponentCount_CJK = 6; - const sal_Int16 ExponentCount_short_CJK = 2; - } } } } -#endif // _L10N_TRANSLITERATION_NUMTOCHAR_H_ +#endif // INCLUDED_I18NPOOL_SOURCE_TRANSLITERATION_DATA_NUMBERCHAR_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |