WaE: remove variable scope
This commit is contained in:
parent
a3bf3451a9
commit
41e8fe179f
1 changed files with 2 additions and 1 deletions
|
@ -862,11 +862,12 @@ void fillAttnum2attnameMap(
|
|||
::rtl::OString extractSingleTableFromSelect( const OStringVector &vec )
|
||||
{
|
||||
rtl::OString ret;
|
||||
size_t token = 0;
|
||||
|
||||
if( 0 == rtl_str_shortenedCompareIgnoreAsciiCase_WithLength(
|
||||
vec[0].pData->buffer, vec[0].pData->length, "select" , 6 , 6 ) )
|
||||
{
|
||||
size_t token = 0;
|
||||
|
||||
for( token = 1; token < vec.size() ; token ++ )
|
||||
{
|
||||
if( 0 == rtl_str_shortenedCompareIgnoreAsciiCase_WithLength(
|
||||
|
|
Loading…
Reference in a new issue