summaryrefslogtreecommitdiff
path: root/i18npool/source/inputchecker/inputsequencechecker_th.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/source/inputchecker/inputsequencechecker_th.cxx')
-rw-r--r--i18npool/source/inputchecker/inputsequencechecker_th.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/inputchecker/inputsequencechecker_th.cxx b/i18npool/source/inputchecker/inputsequencechecker_th.cxx
index bc2fbe239808..c01d4ff35089 100644
--- a/i18npool/source/inputchecker/inputsequencechecker_th.cxx
+++ b/i18npool/source/inputchecker/inputsequencechecker_th.cxx
@@ -62,7 +62,7 @@ bool const TAC_Composible[3][5] = {
/* Mode 2 */ {true, true, false, false, true} // STRICT = 2
};
-static bool SAL_CALL check(sal_Unicode ch1, sal_Unicode ch2, sal_Int16 inputCheckMode)
+static bool check(sal_Unicode ch1, sal_Unicode ch2, sal_Int16 inputCheckMode)
{
sal_Int16 composible_class;
switch (TAC_celltype_inputcheck[getCharType(ch1)][getCharType(ch2)]) {