[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - svx/source
Eike Rathke (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jul 16 08:18:30 UTC 2021
svx/source/dialog/langbox.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit d82896f74d703bd9122eebc63ee9338328aadc43
Author: Eike Rathke <erack at redhat.com>
AuthorDate: Thu Jul 15 23:53:04 2021 +0200
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Jul 16 10:17:55 2021 +0200
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 at redhat.com>
Tested-by: Jenkins
(cherry picked from commit da13b76e07231131cb951868a314ee6f51c0f254)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118928
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/svx/source/dialog/langbox.cxx b/svx/source/dialog/langbox.cxx
index 5b7526d94084..9e9863cb1408 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);
}
More information about the Libreoffice-commits
mailing list