sc/source/core/tool/cellkeytranslator.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit ad5cb7e99f574c17811ef7d5419b35a95ed82696 Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Sun Feb 2 19:35:29 2025 +0500 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Sun Feb 2 17:54:26 2025 +0100 Drop some needless mappings to identical strings Change-Id: Ia9aac22c8bf6872636bd225f693950f9924071c3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181013 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/sc/source/core/tool/cellkeytranslator.cxx b/sc/source/core/tool/cellkeytranslator.cxx index 801d0358b151..c54dd50bbc13 100644 --- a/sc/source/core/tool/cellkeytranslator.cxx +++ b/sc/source/core/tool/cellkeytranslator.cxx @@ -222,7 +222,6 @@ ScCellKeywordTranslator::ScCellKeywordTranslator() : { u"SZÉLES"_ustr, u"WIDTH"_ustr, ocCell }, { u"SOR"_ustr, u"ROW"_ustr, ocCell }, { u"FILENÉV"_ustr, u"FILENAME"_ustr, ocCell }, - { u"PREFIX"_ustr, u"PREFIX"_ustr, ocCell }, { u"VÉDETT"_ustr, u"PROTECT"_ustr, ocCell }, { u"KOORD"_ustr, u"COORD"_ustr, ocCell }, { u"FORMA"_ustr, u"FORMAT"_ustr, ocCell }, @@ -250,7 +249,6 @@ ScCellKeywordTranslator::ScCellKeywordTranslator() : { u"ADRESSE"_ustr, u"ADDRESS"_ustr, ocCell }, { u"DATEINAME"_ustr, u"FILENAME"_ustr, ocCell }, { u"FARBE"_ustr, u"COLOR"_ustr, ocCell }, - { u"FORMAT"_ustr, u"FORMAT"_ustr, ocCell }, { u"INHALT"_ustr, u"CONTENTS"_ustr, ocCell }, { u"KLAMMERN"_ustr, u"PARENTHESES"_ustr, ocCell }, { u"SCHUTZ"_ustr, u"PROTECT"_ustr, ocCell },