diff options
author | Tomoyuki Kubota <himajin100000@gmail.com> | 2019-06-12 02:35:36 +0900 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-12 08:06:50 +0200 |
commit | 725b744c8c1ebf87c5a35aff7f99e74a589e929a (patch) | |
tree | 4eb06b3462481c6f74843cc1470502a9836e4b18 /include/rtl | |
parent | 895a56d7897884f06e5425519cdcd2bd91dd64a2 (diff) |
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.grandin@collabora.co.uk>
Diffstat (limited to 'include/rtl')
-rw-r--r-- | include/rtl/character.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |