summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/i18n/ParseResult.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/i18n/ParseResult.idl')
-rw-r--r--offapi/com/sun/star/i18n/ParseResult.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/i18n/ParseResult.idl b/offapi/com/sun/star/i18n/ParseResult.idl
index 7718209826d4..c94867ba10e1 100644
--- a/offapi/com/sun/star/i18n/ParseResult.idl
+++ b/offapi/com/sun/star/i18n/ParseResult.idl
@@ -45,11 +45,11 @@ published struct ParseResult
/** Value of token in case of numeric. */
double Value;
- /** <type>KParseType</type> token type like
+ /** KParseType token type like
<const>KParseType::IDENTNAME</const>. */
long TokenType;
- /** <type>KParseTokens</type> flags of first character of actual
+ /** KParseTokens flags of first character of actual
token matched. If <em>TokenType</em> is a
<const>KParseType::SINGLE_QUOTE_NAME</const> or a
<const>KParseType::DOUBLE_QUOTE_STRING</const> the first
@@ -57,7 +57,7 @@ published struct ParseResult
quote itself. */
long StartFlags;
- /** <type>KParseTokens</type> flags of remaining characters of
+ /** KParseTokens flags of remaining characters of
actual token matched. */
long ContFlags;