diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-21 17:29:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-21 17:29:40 +0200 |
commit | 783419657cda0565716d363928c8cf5ac5035f8c (patch) | |
tree | 020ed01c4cdbcba17191cd7ef75e5aff25a379a6 /i18npool | |
parent | 8c423eeb49606087243fb6bbf31c0981c55dc773 (diff) |
loplugin:salbool: sal_Bool[] -> bool[]
Change-Id: I3c5bf7a53c9ae173f8fce885ecf022f092aa43a9
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/inputchecker/inputsequencechecker_hi.cxx | 2 | ||||
-rw-r--r-- | i18npool/source/inputchecker/inputsequencechecker_th.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/source/inputchecker/inputsequencechecker_hi.cxx b/i18npool/source/inputchecker/inputsequencechecker_hi.cxx index dc457d13b105..1c2036b37861 100644 --- a/i18npool/source/inputchecker/inputsequencechecker_hi.cxx +++ b/i18npool/source/inputchecker/inputsequencechecker_hi.cxx @@ -99,7 +99,7 @@ static const sal_uInt16 dev_cell_check[14][14] = { /* 13 */ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } /* HD */ }; -sal_Bool DEV_Composible[2][2] = { +bool DEV_Composible[2][2] = { /* Mode 0 */ {true, true }, // PASSTHROUGH = 0 /* Mode 1 */ {false, true} // STRICT = 1 }; diff --git a/i18npool/source/inputchecker/inputsequencechecker_th.cxx b/i18npool/source/inputchecker/inputsequencechecker_th.cxx index 55022a882891..fa649f1d9eae 100644 --- a/i18npool/source/inputchecker/inputsequencechecker_th.cxx +++ b/i18npool/source/inputchecker/inputsequencechecker_th.cxx @@ -55,7 +55,7 @@ sal_Char TAC_celltype_inputcheck[17][17] = { { 'X', 'A', 'A', 'A', 'S', 'S', 'A', 'R', 'R', 'R', 'C', 'R', 'C', 'R', 'R', 'R', 'R' } }; -sal_Bool TAC_Composible[3][5] = { +bool TAC_Composible[3][5] = { /* 'A', 'C', 'S', 'R', 'X' */ /* Mode 0 */ {true, true, true, true, true}, // PASSTHROUGH = 0 /* Mode 1 */ {true, true, true, false, true}, // BASIC = 1 |