Kaydet (Commit) a5b8cc67 authored tarafından Julien Nabet's avatar Julien Nabet

cppcheck: reduce scope

Change-Id: Ia83fb8615dbe937b4b4478fd7bf128780f8c5289
üst c5b4e516
......@@ -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
......
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