filter/source/msfilter/countryid.cxx | 2 +- include/filter/msfilter/countryid.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 3fcdd122a9140dffebdecc515c007de2e7a79bbb Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Apr 26 15:47:50 2020 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Tue Apr 28 17:34:50 2020 +0200 Fix typo in code ARGENTINIA->ARGENTINA Change-Id: I711f775c1296779630e99e8cfc6db0262afa47ab Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92941 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/filter/source/msfilter/countryid.cxx b/filter/source/msfilter/countryid.cxx index 1ffe69ae94a8..0e84e409b0d8 100644 --- a/filter/source/msfilter/countryid.cxx +++ b/filter/source/msfilter/countryid.cxx @@ -121,7 +121,7 @@ static const CountryEntry pTable[] = { COUNTRY_GERMANY, LANGUAGE_SORBIAN, false }, { COUNTRY_PERU, LANGUAGE_SPANISH_PERU, true }, { COUNTRY_MEXICO, LANGUAGE_SPANISH_MEXICAN, true }, - { COUNTRY_ARGENTINIA, LANGUAGE_SPANISH_ARGENTINA, true }, + { COUNTRY_ARGENTINA, LANGUAGE_SPANISH_ARGENTINA, true }, { COUNTRY_BRAZIL, LANGUAGE_PORTUGUESE_BRAZILIAN, true }, { COUNTRY_CHILE, LANGUAGE_SPANISH_CHILE, true }, { COUNTRY_COLOMBIA, LANGUAGE_SPANISH_COLOMBIA, true }, diff --git a/include/filter/msfilter/countryid.hxx b/include/filter/msfilter/countryid.hxx index 438be314c691..b55e1d9cfb70 100644 --- a/include/filter/msfilter/countryid.hxx +++ b/include/filter/msfilter/countryid.hxx @@ -73,7 +73,7 @@ const CountryId COUNTRY_GERMANY = 49; const CountryId COUNTRY_PERU = 51; const CountryId COUNTRY_MEXICO = 52; const CountryId COUNTRY_CUBA = 53; -const CountryId COUNTRY_ARGENTINIA = 54; +const CountryId COUNTRY_ARGENTINA = 54; const CountryId COUNTRY_BRAZIL = 55; const CountryId COUNTRY_CHILE = 56; const CountryId COUNTRY_COLOMBIA = 57; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
