diff options
author | Tomoyuki Kubota <himajin100000@gmail.com> | 2020-05-13 10:55:53 +0900 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-13 08:29:43 +0200 |
commit | ae7560781cc8c73e48716b27cbd5f7adaabdfb25 (patch) | |
tree | df415098c2d5da7eb10863354355a9f1f4205bf8 | |
parent | eb5de8ec13b1db3a3e62622db2d87a77846a3b16 (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>
-rw-r--r-- | dbaccess/source/ui/misc/linkeddocuments.cxx | 1 |
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) { |