summaryrefslogtreecommitdiff
path: root/i18npool/source/inputchecker/inputsequencechecker_hi.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/source/inputchecker/inputsequencechecker_hi.cxx')
-rw-r--r--i18npool/source/inputchecker/inputsequencechecker_hi.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/inputchecker/inputsequencechecker_hi.cxx b/i18npool/source/inputchecker/inputsequencechecker_hi.cxx
index c560833a9020..2a33fe104d7c 100644
--- a/i18npool/source/inputchecker/inputsequencechecker_hi.cxx
+++ b/i18npool/source/inputchecker/inputsequencechecker_hi.cxx
@@ -113,7 +113,7 @@ InputSequenceChecker_hi::checkInputSequence(const OUString& Text,
sal_Int16 inputCheckMode)
{
sal_Unicode currentChar = Text[nStartPos];
- sal_uInt16 ch1 = getCharType(inputChar);
+ sal_uInt16 ch1 = getCharType(inputChar);
sal_uInt16 ch2 = getCharType(currentChar);
return (DEV_Composible[inputCheckMode][dev_cell_check[ch2][ch1]]);