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

Julien Nabet serval2412 at yahoo.fr
Sat Aug 16 04:44:06 PDT 2014


 dbaccess/source/core/api/SingleSelectQueryComposer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1bae7f5a5732068fa7181cbffdd10b62022a5e30
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Aug 16 13:43:40 2014 +0200

    cppcheck: Throwing the original exception
    
    Change-Id: I0d2678dd86e42f882e8ed9926917f1e82746997e

diff --git a/dbaccess/source/core/api/SingleSelectQueryComposer.cxx b/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
index d420d06..c3c99f9 100644
--- a/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
+++ b/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
@@ -1679,7 +1679,7 @@ void OSingleSelectQueryComposer::setConditionByColumn( const Reference< XPropert
         }
         else
         {
-            throw e;
+            throw;
         }
     }
 }


More information about the Libreoffice-commits mailing list