diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-04-26 19:28:59 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-04-27 01:28:55 +0200 |
commit | e6ac6cbccf0e26b860b2a8c276fea258091d9da3 (patch) | |
tree | cc02ebc6b409c507892bcf550e21f70c0c52b3d5 /editeng | |
parent | 367b254c73bf7b64135f0429d50d03fee749cef7 (diff) |
automaticly -> automatically.
Change-Id: Iae55083160eee86ac8301f272634dd3ae65fd847
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/impedit3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/impedit3.cxx b/editeng/source/editeng/impedit3.cxx index bf25c261bb82..d9e0c64fb865 100644 --- a/editeng/source/editeng/impedit3.cxx +++ b/editeng/source/editeng/impedit3.cxx @@ -2083,7 +2083,7 @@ void ImpEditEngine::ImpAdjustBlocks( ParaPortion* pParaPortion, EditLine* pLine, pLastPortion->GetSize().Width()++; // Correct positions in array - // Even for kashidas just change positions, VCL will then draw the kashida automaticly + // Even for kashidas just change positions, VCL will then draw the kashida automatically sal_Int32 nPortionEnd = nPortionStart + pLastPortion->GetLen(); for ( sal_Int32 _n = nChar; _n < nPortionEnd; _n++ ) { |