From ae7560781cc8c73e48716b27cbd5f7adaabdfb25 Mon Sep 17 00:00:00 2001 From: Tomoyuki Kubota Date: Wed, 13 May 2020 10:55:53 +0900 Subject: [PATCH] aInfo should be used Change-Id: I6a62a65462fde741b3425f9095195c29924ce85c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94092 Tested-by: Jenkins Reviewed-by: Noel Grandin --- dbaccess/source/ui/misc/linkeddocuments.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/dbaccess/source/ui/misc/linkeddocuments.cxx b/dbaccess/source/ui/misc/linkeddocuments.cxx index ce4b6554f6d0..13effe4ccd93 100644 --- a/dbaccess/source/ui/misc/linkeddocuments.cxx +++ b/dbaccess/source/ui/misc/linkeddocuments.cxx @@ -308,7 +308,6 @@ namespace dbaui aSQLException.Message = sMessage; aInfo = dbtools::SQLExceptionInfo(aSQLException); } - return xRet; } catch(const css::io::WrongFormatException &e) {