[Libreoffice-commits] core.git: dbaccess/source

Tomoyuki Kubota (via logerrit) logerrit at kemper.freedesktop.org
Wed May 13 06:30:20 UTC 2020


 dbaccess/source/ui/misc/linkeddocuments.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit ae7560781cc8c73e48716b27cbd5f7adaabdfb25
Author:     Tomoyuki Kubota <himajin100000 at gmail.com>
AuthorDate: Wed May 13 10:55:53 2020 +0900
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed May 13 08:29:43 2020 +0200

    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 at collabora.co.uk>

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)
         {


More information about the Libreoffice-commits mailing list