Typos in method descriptions.

This commit is contained in:
Kohei Yoshida
2012-02-06 16:12:30 -05:00
parent 7a4d7b2fa2
commit b03bc57647

View File

@@ -283,7 +283,7 @@ COMPHELPER_DLLPUBLIC rtl::OUString strip(const rtl::OUString &rIn,
/** Returns a token in an OString
@param rIn the input OString
@param token the number of the token to return
@param nToken the number of the token to return
@param cTok the character which seperate the tokens.
@return the token if token is negative or doesn't exist an empty token
is returned
@@ -298,7 +298,7 @@ COMPHELPER_DLLPUBLIC inline rtl::OString getToken(const rtl::OString &rIn,
/** Returns a token in an OUString
@param rIn the input OUString
@param token the number of the token to return
@param nToken the number of the token to return
@param cTok the character which seperate the tokens.
@return the token if token is negative or doesn't exist an empty token
is returned