diff options
Diffstat (limited to 'i18npool/inc/chartonum.hxx')
-rw-r--r-- | i18npool/inc/chartonum.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/i18npool/inc/chartonum.hxx b/i18npool/inc/chartonum.hxx index 2a2e2c2580a6..27107fda50c9 100644 --- a/i18npool/inc/chartonum.hxx +++ b/i18npool/inc/chartonum.hxx @@ -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_CHARTONUM_HXX_ -#define _L10N_TRANSLITERATION_CHARTONUM_HXX_ + +#ifndef INCLUDED_I18NPOOL_INC_CHARTONUM_HXX +#define INCLUDED_I18NPOOL_INC_CHARTONUM_HXX #include <transliteration_Numeric.hxx> @@ -49,6 +50,6 @@ TRANSLITERATION_CHARTONUM(_th) } } } } -#endif // _L10N_TRANSLITERATION_CHARTONUM_HXX_ +#endif // INCLUDED_I18NPOOL_INC_CHARTONUM_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |