comphelper,connectivity: prefer passing OUString by reference

Change-Id: I19b2613918ec62ee39bb3e447f3587c5dba1e36a
This commit is contained in:
Noel Grandin
2014-03-14 07:46:08 +02:00
parent eb4fb12fdb
commit 358be80f65
74 changed files with 90 additions and 90 deletions

View File

@@ -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 );