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
d13501f1
Kaydet (Commit)
d13501f1
authored
Ara 08, 2014
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
typo
Change-Id: I5f6b2136f4eb5cdb4825a3df3fc7d2015d8a3d85
üst
bf4eca5b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ring.hxx
sw/inc/ring.hxx
+2
-2
No files found.
sw/inc/ring.hxx
Dosyayı görüntüle @
d13501f1
...
...
@@ -180,7 +180,7 @@ namespace sw
/**
* Merges two ring containers. All item from both ring containers will
* be in the same ring container in the end.
* Note:
value_type
he items of this ring container will be inserted just before
* Note:
T
he items of this ring container will be inserted just before
* item pDestRing
* @param pDestRing the container to merge this container with
*/
...
...
@@ -227,7 +227,7 @@ namespace sw
value_type
&
dereference
()
const
{
return
m_pCurrent
?
*
m_pCurrent
:
*
m_pStart
;
}
/**
* value_type
h
is is:
* value_type
is is:
* - pointing to the current item in the iteration in general
* - nullptr if on the first item (begin())
* - m_pStart when beyond the last item (end())
...
...
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