Kaydet (Commit) 9f2e07aa authored tarafından Michael Stahl's avatar Michael Stahl

bridges: acquire is not a member of rtl::OUString

Change-Id: Ie95f74966ff951b2b3161efeb073f0648c09ff3b
üst fae6699c
......@@ -396,7 +396,7 @@ void * ExceptionInfos::getRaiseInfo( typelib_TypeDescription * pTypeDescr ) thro
void * pRaiseInfo;
OUString const & rTypeName = OUString::acquire( &pTypeDescr->pTypeName );
OUString const & rTypeName = OUString::unacquired( &pTypeDescr->pTypeName );
MutexGuard aGuard( s_pInfos->_aMutex );
t_string2PtrMap::const_iterator const iFind(
s_pInfos->_allRaiseInfos.find( rTypeName ) );
......
......@@ -755,7 +755,7 @@ RaiseInfo * ExceptionInfos::getRaiseInfo( typelib_TypeDescription * pTD ) throw
RaiseInfo * pRaiseInfo;
OUString const & rTypeName = OUString::acquire( &pTD->pTypeName );
OUString const & rTypeName = OUString::unacquired( &pTD->pTypeName );
MutexGuard aGuard( s_pInfos->_aMutex );
t_string2PtrMap::const_iterator const iFind(
s_pInfos->_allRaiseInfos.find( rTypeName ) );
......
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