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

New commits:
commit ae7560781cc8c73e48716b27cbd5f7adaabdfb25
Author:     Tomoyuki Kubota <himajin100...@gmail.com>
AuthorDate: Wed May 13 10:55:53 2020 +0900
Commit:     Noel Grandin <noel.gran...@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.gran...@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)
         {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to