diff options
Diffstat (limited to 'connectivity/source/drivers/odbc/ODriver.cxx')
-rw-r--r-- | connectivity/source/drivers/odbc/ODriver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/odbc/ODriver.cxx b/connectivity/source/drivers/odbc/ODriver.cxx index 3d064f0caacb..94987f8785fc 100644 --- a/connectivity/source/drivers/odbc/ODriver.cxx +++ b/connectivity/source/drivers/odbc/ODriver.cxx @@ -93,7 +93,7 @@ Sequence< OUString > SAL_CALL ODBCDriver::getSupportedServiceNames( ) throw(Run Reference< XConnection > SAL_CALL ODBCDriver::connect( const OUString& url, const Sequence< PropertyValue >& info ) throw(SQLException, RuntimeException, std::exception) { if ( ! acceptsURL(url) ) - return NULL; + return nullptr; if(!m_pDriverHandle) { |