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
25ad04f7
Kaydet (Commit)
25ad04f7
authored
Agu 21, 2011
tarafından
Joseph Powers
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Rename List -> WeakReferenceList
Just to clearify which List we're talking about.
üst
97ae05a4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
weakbag.hxx
comphelper/inc/comphelper/weakbag.hxx
+3
-3
No files found.
comphelper/inc/comphelper/weakbag.hxx
Dosyayı görüntüle @
25ad04f7
...
@@ -55,7 +55,7 @@ public:
...
@@ -55,7 +55,7 @@ public:
*/
*/
void
add
(
com
::
sun
::
star
::
uno
::
Reference
<
T
>
const
&
e
)
{
void
add
(
com
::
sun
::
star
::
uno
::
Reference
<
T
>
const
&
e
)
{
OSL_ASSERT
(
e
.
is
());
OSL_ASSERT
(
e
.
is
());
for
(
typename
List
::
iterator
i
(
m_list
.
begin
());
i
!=
m_list
.
end
();)
{
for
(
typename
WeakReference
List
::
iterator
i
(
m_list
.
begin
());
i
!=
m_list
.
end
();)
{
if
(
com
::
sun
::
star
::
uno
::
Reference
<
T
>
(
*
i
).
is
())
{
if
(
com
::
sun
::
star
::
uno
::
Reference
<
T
>
(
*
i
).
is
())
{
++
i
;
++
i
;
}
else
{
}
else
{
...
@@ -83,9 +83,9 @@ public:
...
@@ -83,9 +83,9 @@ public:
}
}
private
:
private
:
typedef
std
::
list
<
com
::
sun
::
star
::
uno
::
WeakReference
<
T
>
>
List
;
typedef
std
::
list
<
com
::
sun
::
star
::
uno
::
WeakReference
<
T
>
>
WeakReference
List
;
List
m_list
;
WeakReference
List
m_list
;
};
};
}
}
...
...
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