svtools/source/misc/langtab.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8343376c10eef50a022f600e0bd03f1384e9a288 Author: Eike Rathke <er...@redhat.com> AuthorDate: Wed Jan 4 21:14:03 2023 +0100 Commit: Eike Rathke <er...@redhat.com> CommitDate: Wed Jan 4 23:13:52 2023 +0000 Related: tdf#152781 s/lang-tag of/generated/ in SAL_WARN Only cosmetical to clarify, if possible a complete UI name is generated, not just the language tag as before. Change-Id: Id38e397793807762c2698948c325e6eeda989cc0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145048 Reviewed-by: Eike Rathke <er...@redhat.com> Tested-by: Jenkins diff --git a/svtools/source/misc/langtab.cxx b/svtools/source/misc/langtab.cxx index 18099a828f27..0341e54949cc 100644 --- a/svtools/source/misc/langtab.cxx +++ b/svtools/source/misc/langtab.cxx @@ -240,7 +240,7 @@ OUString SvtLanguageTableImpl::GetString( const LanguageType eType ) const OUString sLangTag( lcl_getDescription( LanguageTag(nLang))); SAL_WARN("svtools.misc", "Language: 0x" << std::hex << nLang - << " with unknown name, so returning lang-tag of: " + << " with unknown name, so returning generated: " << sLangTag); // And add it to the table if it is an on-the-fly-id, which it usually is,