[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - cui/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Thu Aug 29 08:26:36 UTC 2019
cui/source/tabpages/chardlg.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0417dd10991b0e92b5163167ddba59f1ffe6d73d
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Aug 19 16:30:23 2019 +0100
Commit: Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Thu Aug 29 10:26:00 2019 +0200
Related: tdf#127029 true was substituted for FALSE
presumably accidentally by...
commit 6ed0bcdd5bc07692fc81406942509eb9c30d3904
Date: Tue Oct 5 07:57:51 2010 -0500
FASTBOOL to bool conversion
@@ -1305,7 +1305,7 @@ BOOL SvxCharNamePage::FillItemSet_Impl( SfxItemSet& rSet, LanguageGroup eLangGrp
if ( m_pImpl->m_bInSearchMode && bChanged &&
aInfo.GetWeight() == WEIGHT_NORMAL && aInfo.GetItalic() != ITALIC_NONE )
- bChanged = FALSE;
+ bChanged = true;
}
if ( !bChanged && pExampleSet &&
Change-Id: I711e6dbf26570189f9940958b02ca4e9561bf318
Reviewed-on: https://gerrit.libreoffice.org/77737
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>
diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx
index 8fa64293fe87..88379720e330 100644
--- a/cui/source/tabpages/chardlg.cxx
+++ b/cui/source/tabpages/chardlg.cxx
@@ -961,7 +961,7 @@ bool SvxCharNamePage::FillItemSet_Impl( SfxItemSet& rSet, LanguageGroup eLangGrp
if ( m_pImpl->m_bInSearchMode && bChanged &&
aInfo.GetWeight() == WEIGHT_NORMAL && aInfo.GetItalic() != ITALIC_NONE )
- bChanged = true;
+ bChanged = false;
}
if ( !bChanged && pExampleSet &&
More information about the Libreoffice-commits
mailing list