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
9ebcd5ec
Kaydet (Commit)
9ebcd5ec
authored
Agu 28, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
End iterator might not be const
Change-Id: I95c0999903762e79e606fdae7fd11b1ce79fe8d0
üst
711535f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
ohierarchyholder.cxx
package/source/xstor/ohierarchyholder.cxx
+1
-2
No files found.
package/source/xstor/ohierarchyholder.cxx
Dosyayı görüntüle @
9ebcd5ec
...
@@ -291,8 +291,7 @@ void OHierarchyElement_Impl::RemoveElement( const ::rtl::Reference< OHierarchyEl
...
@@ -291,8 +291,7 @@ void OHierarchyElement_Impl::RemoveElement( const ::rtl::Reference< OHierarchyEl
{
{
::
osl
::
MutexGuard
aGuard
(
m_aMutex
);
::
osl
::
MutexGuard
aGuard
(
m_aMutex
);
OHierarchyElementList_Impl
::
iterator
aIter
=
m_aChildren
.
begin
();
OHierarchyElementList_Impl
::
iterator
aIter
=
m_aChildren
.
begin
();
const
OHierarchyElementList_Impl
::
const_iterator
aEnd
=
m_aChildren
.
end
();
while
(
aIter
!=
m_aChildren
.
end
())
while
(
aIter
!=
aEnd
)
{
{
if
(
aIter
->
second
==
aRef
)
if
(
aIter
->
second
==
aRef
)
aIter
=
m_aChildren
.
erase
(
aIter
);
aIter
=
m_aChildren
.
erase
(
aIter
);
...
...
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