diff options
author | t-aswath <aswatht.cse2022@citchennai.net> | 2023-11-11 14:19:08 +0530 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2023-11-18 16:01:33 +0100 |
commit | 0264999bb3746a9c68938edd1a6fc05a8e40b406 (patch) | |
tree | c6c9dddebf7f37480add6b54163704f1cd7b71ed /sc | |
parent | bdf99cc80da2bef5a1dceaec742bca69363dbea0 (diff) |
tdf#157716 - Rename "Language settings" to "Languages and Locales"
Change-Id: Idd31b18c87998b03d884e7aa17197c459241abf9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159315
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/excel/xestyle.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xestyle.cxx b/sc/source/filter/excel/xestyle.cxx index 2230987ce8b0..678327bd1a58 100644 --- a/sc/source/filter/excel/xestyle.cxx +++ b/sc/source/filter/excel/xestyle.cxx @@ -837,7 +837,7 @@ sal_Int16 XclExpFontHelper::GetFirstUsedScript( const XclExpRoot& rRoot, const S /* #i17050# #i107170# We need to determine which font items are set in the item set, and which script type we should prefer according to the - current language settings. */ + current languages and locales. */ static const WhichAndScript WAS_LATIN( ATTR_FONT, css::i18n::ScriptType::LATIN ); static const WhichAndScript WAS_ASIAN( ATTR_CJK_FONT, css::i18n::ScriptType::ASIAN ); |