cppcheck scope reduction in connectivity/.. main.cxx
This commit is contained in:
@@ -457,9 +457,10 @@ void menuBookmark()
|
||||
}
|
||||
int autoTest(Reference<XResultSet> &xRes)
|
||||
{
|
||||
sal_Int32 nRows = 0;
|
||||
printColumns(xRes);
|
||||
if(xRes.is()) {
|
||||
if(xRes.is())
|
||||
{
|
||||
sal_Int32 nRows = 0;
|
||||
while( xRes.is() && xRes->next())
|
||||
{
|
||||
nRows++;
|
||||
|
Reference in New Issue
Block a user