cui/source/tabpages/autocdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 14214e40c06b3b89e9c495c1c6adffbfd294adaa Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Apr 10 16:04:41 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Fri Apr 12 09:59:51 2019 +0200 Fix typo Change-Id: I8afb1f6e6fbde1b1d9339913e2eb67122f8930be Reviewed-on: https://gerrit.libreoffice.org/70633 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/cui/source/tabpages/autocdlg.cxx b/cui/source/tabpages/autocdlg.cxx index c1e4d1994f83..bf40344031ec 100644 --- a/cui/source/tabpages/autocdlg.cxx +++ b/cui/source/tabpages/autocdlg.cxx @@ -887,7 +887,7 @@ void OfaAutocorrReplacePage::Reset( const SfxItemSet* ) void OfaAutocorrReplacePage::SetLanguage(LanguageType eSet) { - //save old settings an refill + //save old settings and refill if(eSet != eLang) { RefillReplaceBox(false, eLang, eSet); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
