From 142490a35a02387a060794cc4de5711536accb80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Mon, 8 Jul 2013 08:31:39 +0100 Subject: [PATCH] fix bounds of need-fallback --- 0001-Resolves-rhbz-968892-force-render-full-grapheme-with.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,