diff options
Diffstat (limited to 'svtools/inc/langtab.hrc')
-rw-r--r-- | svtools/inc/langtab.hrc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/svtools/inc/langtab.hrc b/svtools/inc/langtab.hrc index f40e9502a8e6..c00a58802b25 100644 --- a/svtools/inc/langtab.hrc +++ b/svtools/inc/langtab.hrc @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SVTOOLS_INC_LANGTAB_HRC -#define INCLUDED_SVTOOLS_INC_LANGTAB_HRC +#pragma once #include <i18nlangtag/lang.h> @@ -424,6 +423,5 @@ const std::pair<const char*, LanguageType> STR_ARR_SVT_LANGUAGE_TABLE[] = { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Guadeloupean Creole French") , LANGUAGE_USER_GUADELOUPEAN_CREOLE_FRENCH } }; -#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |