summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-01-21 10:41:22 +0100
committerMichael Stahl <mstahl@redhat.com>2016-01-21 12:33:46 +0100
commit6c81b5fc685b487f4c777cca2bae77d21cf4fac2 (patch)
treeb07d97e3592b0bdd5637b524a6ad541f5edfd44a /offapi
parente7279e5bab5aece2f759c134e29fa1760bed157e (diff)
offapi: ParseResult documentation makes no sense
fix confusion between characters, code points and code units Change-Id: I315735e103799ff2fb53e99442d500b998f50304
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/i18n/ParseResult.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/i18n/ParseResult.idl b/offapi/com/sun/star/i18n/ParseResult.idl
index 4c6910f30c52..22b2ccb70a9f 100644
--- a/offapi/com/sun/star/i18n/ParseResult.idl
+++ b/offapi/com/sun/star/i18n/ParseResult.idl
@@ -31,15 +31,15 @@ module com { module sun { module star { module i18n {
published struct ParseResult
{
- /** Count of ignored leading whitespace, in code points, not
- characters. */
+ /** Count of ignored leading whitespace, in UTF-16 code units, not
+ Unicode code points. */
long LeadingWhiteSpace;
- /** Code point index of first unprocessed character. */
+ /** UTF-16 code unit index of first unprocessed character. */
long EndPos;
- /** Number of characters (not code points) of the parsed token, not
- including leading whitespace. */
+ /** Number of code points (not UTF-16 code units) of the parsed token,
+ not including leading whitespace. */
long CharLen;
/** Value of token in case of numeric. */