Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: third_party/hunspell_new/src/hunspell/langnum.hxx

Issue 1135173004: Rename third_party/hunspell_new back to third_party/hunspell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/hunspell_new/src/hunspell/langnum.hxx
diff --git a/third_party/hunspell_new/src/hunspell/langnum.hxx b/third_party/hunspell_new/src/hunspell/langnum.hxx
deleted file mode 100644
index 1d140a701b4be19fc4f3d0b551615b8a7e2d5235..0000000000000000000000000000000000000000
--- a/third_party/hunspell_new/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
« no previous file with comments | « third_party/hunspell_new/src/hunspell/hunzip.cxx ('k') | third_party/hunspell_new/src/hunspell/license.hunspell » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698