| commit | 00bfb02010b0ee83c60d7fa80975f37ca8010b2e | [log] |
|---|---|---|
| author | Eike Rathke <erack@redhat.com> | Thu Jul 15 23:53:04 2021 +0200 |
| committer | Caolán McNamara <caolanm@redhat.com> | Fri Jul 16 10:16:39 2021 +0200 |
| tree | 1ddadaf1f4a9166beb3455ef2e4055df179249f2 | |
| parent | 4137f07b9b2a26faeafec4f5ee815f16adcec396 [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 (cherry picked from commit da13b76e07231131cb951868a314ee6f51c0f254) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118927 Reviewed-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/svx/source/dialog/langbox.cxx b/svx/source/dialog/langbox.cxx index 49f6086..fcd9c54 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); }