comphelper,connectivity: prefer passing OUString by reference
Change-Id: I19b2613918ec62ee39bb3e447f3587c5dba1e36a
This commit is contained in:
@@ -910,7 +910,7 @@ sal_Int32 DatabaseMetaData::getMaxCharLiteralLength( ) throw (SQLException, Run
|
||||
}
|
||||
|
||||
// Copied / adapted / simplified from JDBC driver
|
||||
sal_Int32 DatabaseMetaData::getIntSetting(OUString settingName)
|
||||
sal_Int32 DatabaseMetaData::getIntSetting(const OUString& settingName)
|
||||
throw (::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException)
|
||||
{
|
||||
MutexGuard guard( m_refMutex->mutex );
|
||||
|
Reference in New Issue
Block a user