summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorTomoyuki Kubota <himajin100000@gmail.com>2020-05-13 10:55:53 +0900
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-13 08:29:43 +0200
commitae7560781cc8c73e48716b27cbd5f7adaabdfb25 (patch)
treedf415098c2d5da7eb10863354355a9f1f4205bf8 /dbaccess
parenteb5de8ec13b1db3a3e62622db2d87a77846a3b16 (diff)
aInfo should be used
Change-Id: I6a62a65462fde741b3425f9095195c29924ce85c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94092 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/misc/linkeddocuments.cxx1
1 files changed, 0 insertions, 1 deletions
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)
{