cppcheck: reduce scope

Change-Id: Ia83fb8615dbe937b4b4478fd7bf128780f8c5289
This commit is contained in:
Julien Nabet 2013-06-07 00:15:16 +02:00
parent c5b4e516df
commit a5b8cc67c4

View file

@ -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