summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-08-16 13:43:40 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-08-16 13:43:40 +0200
commit1bae7f5a5732068fa7181cbffdd10b62022a5e30 (patch)
tree3d8fc02e981d51691d78fbb0bf75a49c1cceb8fe /dbaccess
parente74ddb13c5ea0431058f3bc3a76ad24c9b0cb140 (diff)
cppcheck: Throwing the original exception
Change-Id: I0d2678dd86e42f882e8ed9926917f1e82746997e
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/SingleSelectQueryComposer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/SingleSelectQueryComposer.cxx b/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
index d420d0668db3..c3c99f948c88 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;
}
}
}