[Libreoffice-commits] core.git: include/i18nutil
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jul 23 18:15:32 UTC 2019
include/i18nutil/unicode.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 3fe1049acee148c7bf7669ef9a6d39f319230c0b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jul 11 22:25:32 2019 +0000
Commit: Andrea Gelmini <andrea.gelmini at gelma.net>
CommitDate: Tue Jul 23 20:14:35 2019 +0200
Fix typo
Change-Id: I1881e2c8cdccf9c020ed52d2e90689e6a02791b5
Reviewed-on: https://gerrit.libreoffice.org/75561
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini at gelma.net>
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)
{
More information about the Libreoffice-commits
mailing list