diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-10-11 20:47:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-12 16:39:55 +0100 |
commit | f2747a0354daca73c606dad804d8c7336b0a5b6e (patch) | |
tree | 0a65eb6c929dd82b91b92548ce3d6f847c41d05d | |
parent | b8c9366803a4183d3c2088b47ddf097b72e191f5 (diff) |
coverity#706477 Uncaught exception
Change-Id: If44507458f8473d6fede3e430e69620f8fb1d698
-rw-r--r-- | dbaccess/source/sdbtools/connection/tablename.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/source/sdbtools/connection/tablename.cxx b/dbaccess/source/sdbtools/connection/tablename.cxx index eef383eb436b..64cce68c4fbc 100644 --- a/dbaccess/source/sdbtools/connection/tablename.cxx +++ b/dbaccess/source/sdbtools/connection/tablename.cxx @@ -67,9 +67,6 @@ namespace sdbtools :ConnectionDependentComponent( _rContext ) ,m_pImpl( new TableName_Impl ) { - if ( !_rxConnection.is() ) - throw NullPointerException(); - setWeakConnection( _rxConnection ); } |