summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-03-31 20:43:58 +0200
committerMichael Stahl <mstahl@redhat.com>2015-03-31 20:43:58 +0200
commit9f2e07aadbf721488aadf19b4891829b7ebedb97 (patch)
treedfb74acebd10378959879fc2d0d9da3d5dd48243 /bridges
parentfae6699c2ec8d68766bb8d5f71483d4b65792327 (diff)
bridges: acquire is not a member of rtl::OUString
Change-Id: Ie95f74966ff951b2b3161efeb073f0648c09ff3b
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/msvc_win32_intel/except.cxx2
-rw-r--r--bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_intel/except.cxx b/bridges/source/cpp_uno/msvc_win32_intel/except.cxx
index 8c24c0d9e941..6c4596e016c2 100644
--- a/bridges/source/cpp_uno/msvc_win32_intel/except.cxx
+++ b/bridges/source/cpp_uno/msvc_win32_intel/except.cxx
@@ -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 ) );
diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
index 6c23788f6fb0..a11e9c92fa0d 100644
--- a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
+++ b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
@@ -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 ) );