[Libreoffice-commits] core.git: cui/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Mon Aug 19 19:22:18 UTC 2019
cui/source/tabpages/chardlg.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ac44308f4df996033444e9d4687746c5d6b9525b
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Aug 19 16:30:23 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Aug 19 21:21:21 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/77736
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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