diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-11 22:25:32 +0000 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-23 20:14:35 +0200 |
commit | 3fe1049acee148c7bf7669ef9a6d39f319230c0b (patch) | |
tree | 4e07e5a982422b86d639076b0a41ae039c3e43fe /include/i18nutil | |
parent | 35614ba0eb64e40ec37f1c28e522229b7fc04b88 (diff) |
Fix typo
Change-Id: I1881e2c8cdccf9c020ed52d2e90689e6a02791b5
Reviewed-on: https://gerrit.libreoffice.org/75561
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
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 c0b20a33cba8..f0db87095f71 100644 --- a/include/i18nutil/unicode.hxx +++ b/include/i18nutil/unicode.hxx @@ -51,7 +51,7 @@ public: @param nCode A Unicode code point. - @return True if code is an Unicode variation sequence selector. + @return True if code is a Unicode variation sequence selector. */ static bool isIVSSelector(sal_uInt32 nCode) { @@ -63,7 +63,7 @@ public: @param nCode A Unicode code point. - @return True if code is an Unicode base character part of CJK IVS + @return True if code is a Unicode base character part of CJK IVS */ static bool isCJKIVSCharacter(sal_uInt32 nCode) { |