i18nlangtag/source/isolang/MS-LCID-to-list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 37c8dcc4dd8f3e2fb54f5d0630bd75bf105a947e Author: Eike Rathke <er...@redhat.com> AuthorDate: Thu Apr 25 21:53:31 2019 +0200 Commit: Eike Rathke <er...@redhat.com> CommitDate: Thu Apr 25 21:55:12 2019 +0200 Generate .lst.h output with LanguageType(0x....) Change-Id: If9dd9437ebdc83e9093d4ea00f31d2e2da95b7d2 diff --git a/i18nlangtag/source/isolang/MS-LCID-to-list.sh b/i18nlangtag/source/isolang/MS-LCID-to-list.sh index 5ab9ff012988..adb2e1b14a37 100755 --- a/i18nlangtag/source/isolang/MS-LCID-to-list.sh +++ b/i18nlangtag/source/isolang/MS-LCID-to-list.sh @@ -95,7 +95,7 @@ gawk -e ' } break; } - printf "#define %-35s %s\n", def, val; + printf "#define %-35s LanguageType(%s)\n", def, val; print mapping; print "" } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits