diff options
author | Eike Rathke <erack@redhat.com> | 2021-07-15 23:53:04 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2021-07-16 00:35:46 +0200 |
commit | da13b76e07231131cb951868a314ee6f51c0f254 (patch) | |
tree | 0e24214a1f3662297096d5f00e7b968e0bcba20f /svx | |
parent | ce609485630427ed30a8e6e4d3c6d16c4033b519 (diff) |
Resolves: tdf#143372 Exclude {qtz} KeyID from SvxLanguageBox list
Change-Id: I3e52407a33f79713635063ff4ba374267eb98005
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119002
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/langbox.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/dialog/langbox.cxx b/svx/source/dialog/langbox.cxx index 49f608629890..fcd9c54e3774 100644 --- a/svx/source/dialog/langbox.cxx +++ b/svx/source/dialog/langbox.cxx @@ -95,6 +95,7 @@ bool lcl_isPrerequisite( LanguageType nLangType ) nLangType != LANGUAGE_DONTKNOW && nLangType != LANGUAGE_SYSTEM && nLangType != LANGUAGE_NONE && + nLangType != LANGUAGE_USER_KEYID && !MsLangId::isLegacy( nLangType) && MsLangId::getSubLanguage( nLangType); } |