diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/txtnode/swfont.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/txtnode/swfont.cxx b/sw/source/core/txtnode/swfont.cxx index 02b5addfe2b5..068fd7103433 100644 --- a/sw/source/core/txtnode/swfont.cxx +++ b/sw/source/core/txtnode/swfont.cxx @@ -850,12 +850,12 @@ void SwSubFont::_DrawText( SwDrawTextInfo &rInf, const sal_Bool bGrey ) SwDigitModeModifier aDigitModeModifier( rInf.GetOut(), rInf.GetFont()->GetLanguage() ); Point aPos( rInf.GetPos() ); - const Point &rOld = rInf.GetPos(); - rInf.SetPos( aPos ); if( GetEscapement() ) CalcEsc( rInf, aPos ); + const Point &rOld = rInf.GetPos(); + rInf.SetPos( aPos ); rInf.SetKern( CheckKerning() + rInf.GetSperren() / SPACING_PRECISION_FACTOR ); if( IsCapital() ) |