summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/src/hunspell/langnum.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SpellChecker/src/hunspell/langnum.hxx')
-rw-r--r--plugins/SpellChecker/src/hunspell/langnum.hxx38
1 files changed, 0 insertions, 38 deletions
diff --git a/plugins/SpellChecker/src/hunspell/langnum.hxx b/plugins/SpellChecker/src/hunspell/langnum.hxx
deleted file mode 100644
index 1d140a701b..0000000000
--- a/plugins/SpellChecker/src/hunspell/langnum.hxx
+++ /dev/null
@@ -1,38 +0,0 @@
-#ifndef _LANGNUM_HXX_
-#define _LANGNUM_HXX_
-
-/*
- language numbers for language specific codes
- see http://l10n.openoffice.org/languages.html
-*/
-
-enum {
-LANG_ar=96,
-LANG_az=100, // custom number
-LANG_bg=41,
-LANG_ca=37,
-LANG_cs=42,
-LANG_da=45,
-LANG_de=49,
-LANG_el=30,
-LANG_en=01,
-LANG_es=34,
-LANG_eu=10,
-LANG_fr=02,
-LANG_gl=38,
-LANG_hr=78,
-LANG_hu=36,
-LANG_it=39,
-LANG_la=99, // custom number
-LANG_lv=101, // custom number
-LANG_nl=31,
-LANG_pl=48,
-LANG_pt=03,
-LANG_ru=07,
-LANG_sv=50,
-LANG_tr=90,
-LANG_uk=80,
-LANG_xx=999
-};
-
-#endif