cppcheck: reduce scope
Change-Id: Ia83fb8615dbe937b4b4478fd7bf128780f8c5289
This commit is contained in:
parent
c5b4e516df
commit
a5b8cc67c4
1 changed files with 1 additions and 1 deletions
|
@ -240,9 +240,9 @@ DBG_NAME(DirectSQLDialog)
|
|||
// initialise the output line for each row
|
||||
String out = OUString("");
|
||||
// work along the columns until that are none left
|
||||
int i = 1;
|
||||
try
|
||||
{
|
||||
int i = 1;
|
||||
for (;;)
|
||||
{
|
||||
// be dumb, treat everything as a string
|
||||
|
|
Loading…
Reference in a new issue