sw/source/uibase/config/fontcfg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 32ca9f268142d2f26d0ec39ff3af989e78f51c8d Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Feb 1 23:42:36 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sun Feb 2 08:26:13 2020 +0100 Fix typo Change-Id: I9aac347c76e3b5612151a5c644c86199ff23f113 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87814 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/source/uibase/config/fontcfg.cxx b/sw/source/uibase/config/fontcfg.cxx index d05aa75feea0..e58a42bb8163 100644 --- a/sw/source/uibase/config/fontcfg.cxx +++ b/sw/source/uibase/config/fontcfg.cxx @@ -268,7 +268,7 @@ sal_Int32 SwStdFontConfig::GetDefaultHeightFor(sal_uInt16 nFontType, LanguageTyp void SwStdFontConfig::ChangeInt( sal_uInt16 nFontType, sal_Int32 nHeight ) { - OSL_ENSURE( nFontType < DEF_FONT_COUNT, "invalid index in SwStdFontConfig::ChangInt()"); + OSL_ENSURE( nFontType < DEF_FONT_COUNT, "invalid index in SwStdFontConfig::ChangeInt()"); if( nFontType < DEF_FONT_COUNT && nDefaultFontHeight[nFontType] != nHeight) { SvtLinguOptions aLinguOpt; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
