Kaydet (Commit) c7d12366 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:stringcopy: connectivity

Change-Id: I2309a6b943323e42df8bb2b4c971c1388539ead4
üst 1649c764
...@@ -281,7 +281,7 @@ Reference< XResultSet > SAL_CALL ODatabaseMetaData::getTables( ...@@ -281,7 +281,7 @@ Reference< XResultSet > SAL_CALL ODatabaseMetaData::getTables(
sal_Unicode nChar = aURL.getBase()[0]; sal_Unicode nChar = aURL.getBase()[0];
if( match(tableNamePattern,aURL.getBase(),'\0') && ( !bCheckEnabled || nChar < '0' || nChar > '9' ) ) if( match(tableNamePattern,aURL.getBase(),'\0') && ( !bCheckEnabled || nChar < '0' || nChar > '9' ) )
{ {
aRow.push_back(new ORowSetValueDecorator(OUString(aURL.getBase()))); aRow.push_back(new ORowSetValueDecorator(aURL.getBase()));
bNewRow = true; bNewRow = true;
} }
break; break;
......
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