Kaydet (Commit) 70511e6e authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

Errors in comments

üst 74816f99
...@@ -4733,7 +4733,7 @@ OSQLParseNode* OSQLParser::parseTree(::rtl::OUString& rErrorMessage, ...@@ -4733,7 +4733,7 @@ OSQLParseNode* OSQLParser::parseTree(::rtl::OUString& rErrorMessage,
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
sal_uInt32 OSQLParser::StrToRuleID(const ::rtl::OString & rValue) sal_uInt32 OSQLParser::StrToRuleID(const ::rtl::OString & rValue)
{ {
// Search for the given name in yysvar and return the index // Search for the given name in yytname and return the index
// (or UNKNOWN_RULE, if not found) // (or UNKNOWN_RULE, if not found)
static sal_uInt32 nLen = SAL_N_ELEMENTS(yytname); static sal_uInt32 nLen = SAL_N_ELEMENTS(yytname);
for (sal_uInt32 i = YYTRANSLATE(SQL_TOKEN_INVALIDSYMBOL); i < (nLen-1); i++) for (sal_uInt32 i = YYTRANSLATE(SQL_TOKEN_INVALIDSYMBOL); i < (nLen-1); i++)
......
...@@ -598,7 +598,7 @@ sal_Int32 mapEnumToToken(IParseContext::InternationalKeyCode _eKeyCode ) ...@@ -598,7 +598,7 @@ sal_Int32 mapEnumToToken(IParseContext::InternationalKeyCode _eKeyCode )
} }
/* /*
* Read SQL Name literal * Read SQL Name literal
* Valid Names or internatioanl keywords: * Valid Names or international keywords:
* As we have international keywords, we test first on them * As we have international keywords, we test first on them
*/ */
sal_Int32 gatherName(const sal_Char* text) sal_Int32 gatherName(const sal_Char* text)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment