dbaccess/source/core/api/SingleSelectQueryComposer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1bae7f5a5732068fa7181cbffdd10b62022a5e30 Author: Julien Nabet <serval2...@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; } } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits