diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-04-03 21:15:54 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-04-03 21:15:54 +0200 |
commit | 786b31696bd7227d4921e13df02a16912776c166 (patch) | |
tree | c4fe799047735b42b9fad0d8f20fd42e47098db6 /forms | |
parent | cc658066aec0a0f9589e7f9522c4431b3a3d5e96 (diff) |
Typo: corect->correct
Change-Id: I31267af8aae35d647b8c4b0a0c5f926ad4779919
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/richtext/rtattributehandler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/richtext/rtattributehandler.cxx b/forms/source/richtext/rtattributehandler.cxx index 22d0b6733610..486a5bb3fbef 100644 --- a/forms/source/richtext/rtattributehandler.cxx +++ b/forms/source/richtext/rtattributehandler.cxx @@ -407,7 +407,7 @@ namespace frm if ( pFontHeightItem ) { - // corect measurement units + // correct measurement units SfxMapUnit eItemMapUnit = pFontHeightItem->GetPropUnit(); (void)eItemMapUnit; sal_uLong nHeight = pFontHeightItem->GetHeight(); if ( _rNewAttribs.GetPool()->GetMetric( getWhich() ) != SFX_MAPUNIT_TWIP ) |