summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-02-01 23:42:36 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-02-02 08:26:13 +0100
commit32ca9f268142d2f26d0ec39ff3af989e78f51c8d (patch)
treef9060145f602ef4e4b44d04455322d4852a6bf60 /sw
parent1f700b0abcd0b52552a1d9c618777463292df123 (diff)
Fix typo
Change-Id: I9aac347c76e3b5612151a5c644c86199ff23f113 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87814 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/config/fontcfg.cxx2
1 files changed, 1 insertions, 1 deletions
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;