Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
9f2e07aa
Kaydet (Commit)
9f2e07aa
authored
Mar 31, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bridges: acquire is not a member of rtl::OUString
Change-Id: Ie95f74966ff951b2b3161efeb073f0648c09ff3b
üst
fae6699c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
except.cxx
bridges/source/cpp_uno/msvc_win32_intel/except.cxx
+1
-1
except.cxx
bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
+1
-1
No files found.
bridges/source/cpp_uno/msvc_win32_intel/except.cxx
Dosyayı görüntüle @
9f2e07aa
...
...
@@ -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
)
);
...
...
bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
Dosyayı görüntüle @
9f2e07aa
...
...
@@ -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
)
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment