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

New commits:
commit 725b744c8c1ebf87c5a35aff7f99e74a589e929a
Author:     Tomoyuki Kubota <himajin100...@gmail.com>
AuthorDate: Wed Jun 12 02:35:36 2019 +0900
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Wed Jun 12 08:06:50 2019 +0200

    the variable names are not code,but nCode
    
    Change-Id: I5a692b6aab784518330f218d069feda66665a99c
    Reviewed-on: https://gerrit.libreoffice.org/73836
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/include/rtl/character.hxx b/include/rtl/character.hxx
index 2a8933668964..102c411cb79a 100644
--- a/include/rtl/character.hxx
+++ b/include/rtl/character.hxx
@@ -59,7 +59,7 @@ inline bool isAscii(sal_uInt32 code)
 
 /** Check for Unicode variation sequence selectors
 
-    @param code  A Unicode code point.
+    @param nCode  A Unicode code point.
 
     @return  True if code is an Unicode variation sequence selector.
 
@@ -73,7 +73,7 @@ inline bool isIVSSelector(sal_uInt32 nCode)
 
 /** Check for base characters of a CJK ideographic variation sequence (IVS)
 
-    @param code  A Unicode code point.
+    @param nCode  A Unicode code point.
 
     @return  True if code is an Unicode base character part of CJK IVS
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to