diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-10-28 20:06:50 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-10-28 20:06:50 +0200 |
commit | e629b148afaa161acbad76a90851bb2f481817c8 (patch) | |
tree | 9d97130e79fb659b03ec466ab442b052bfca6d81 /i18npool | |
parent | af70016923b42940715c618caf01c78e892aa797 (diff) |
Fix indentation
Change-Id: I2bef2334392dba63f86b24917a50bf1eb0df98dc
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/breakiterator/breakiterator_th.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/i18npool/source/breakiterator/breakiterator_th.cxx b/i18npool/source/breakiterator/breakiterator_th.cxx index 82d7b53665e0..3e9babb5b687 100644 --- a/i18npool/source/breakiterator/breakiterator_th.cxx +++ b/i18npool/source/breakiterator/breakiterator_th.cxx @@ -86,9 +86,9 @@ static sal_uInt16 SAL_CALL getCombState(const sal_Unicode *text, sal_Int32 pos) if (text[pos+1] == SARA_AM) { if ((1 << ch1) & is_ST_COM) - return ST_COM; + return ST_COM; else - ch2 = CT_AD1; + ch2 = CT_AD1; } return thaiCompRel[ch1][ch2]; @@ -137,9 +137,9 @@ void SAL_CALL BreakIterator_th::makeIndex(const OUString& Text, sal_Int32 nStart while (pos < endPos) { end += getACell(str, start, endPos); while (pos < end) { - nextCellIndex[pos] = end; - previousCellIndex[pos] = start; - pos++; + nextCellIndex[pos] = end; + previousCellIndex[pos] = start; + pos++; } start = end; } |