include/i18nutil/unicode.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3fe1049acee148c7bf7669ef9a6d39f319230c0b
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Jul 11 22:25:32 2019 +0000
Commit:     Andrea Gelmini <andrea.gelm...@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.gelm...@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)
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to