diff options
Diffstat (limited to 'include/i18nutil')
-rw-r--r-- | include/i18nutil/unicode.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/i18nutil/unicode.hxx b/include/i18nutil/unicode.hxx index be08595e0b10..b7722fd77196 100644 --- a/include/i18nutil/unicode.hxx +++ b/include/i18nutil/unicode.hxx @@ -102,11 +102,11 @@ private: public: /** - Build an input string of valid UTF16 units to toggle. + Build an input string of valid UTF16/UCS4 units to toggle. -do not call the other functions until the input process is complete -build string from Right to Left. (Start from the character to the left of the cursor: move left.) */ - bool AllowMoreInput(sal_Unicode uChar); + bool AllowMoreInput(sal_uInt32 uChar); /** Validates (and potentially modifies) the input string. |