diff --git a/0001-Resolves-rhbz-968892-force-render-full-grapheme-with.patch b/0001-Resolves-rhbz-968892-force-render-full-grapheme-with.patch index 9154ad8..6f6f7da 100644 --- a/0001-Resolves-rhbz-968892-force-render-full-grapheme-with.patch +++ b/0001-Resolves-rhbz-968892-force-render-full-grapheme-with.patch @@ -66,7 +66,7 @@ index 4fd4cf4..3c3c6de 100644 + OUString aRun(rArgs.mpStr); + sal_Int32 nDone; + sal_Int32 nGraphemeStartPos = -+ mxBreak->previousCharacters(aRun, nCharPos, aLocale, ++ mxBreak->previousCharacters(aRun, nCharPos+1, aLocale, + i18n::CharacterIteratorMode::SKIPCELL, 1, nDone); + sal_Int32 nGraphemeEndPos = + mxBreak->nextCharacters(aRun, nCharPos, aLocale,