Kaydet (Commit) 37168336 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1202903 Uncaught exception

Change-Id: I2872cf32d9cd3d28a70d02365e2169da5f79ad7b
üst 5a2d9fff
......@@ -60,7 +60,7 @@ IMPLEMENT_SERVICE_INFO(OFlatConnection, "com.sun.star.sdbc.drivers.flat.Connecti
void OFlatConnection::construct(const OUString& url,const Sequence< PropertyValue >& info)
throw(css::sdbc::SQLException, css::uno::RuntimeException)
throw(css::sdbc::SQLException, css::uno::RuntimeException, css::uno::DeploymentException)
{
osl_atomic_increment( &m_refCount );
......
......@@ -40,7 +40,7 @@ namespace connectivity
OFlatConnection(ODriver* _pDriver);
virtual ~OFlatConnection();
virtual void construct(const OUString& _rUrl,const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rInfo ) throw(css::sdbc::SQLException, css::uno::RuntimeException) SAL_OVERRIDE;
virtual void construct(const OUString& _rUrl,const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rInfo ) throw(css::sdbc::SQLException, css::uno::RuntimeException, css::uno::DeploymentException) SAL_OVERRIDE;
// own methods
inline bool isHeaderLine() const { return m_bHeaderLine; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment