diff options
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/dlg/directsql.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/directsql.cxx b/dbaccess/source/ui/dlg/directsql.cxx index fe5c9721b90f..cccafea250db 100644 --- a/dbaccess/source/ui/dlg/directsql.cxx +++ b/dbaccess/source/ui/dlg/directsql.cxx @@ -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 |