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
8347b140
Kaydet (Commit)
8347b140
authored
Ara 03, 2014
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
use C++11 iteration
Change-Id: If660a785dba2fd6c2e53a9bc0b93042359f5eaa7
üst
6fa11c72
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
edredln.cxx
sw/source/core/edit/edredln.cxx
+4
-7
No files found.
sw/source/core/edit/edredln.cxx
Dosyayı görüntüle @
8347b140
...
...
@@ -59,14 +59,11 @@ const SwRangeRedline& SwEditShell::GetRedline( sal_uInt16 nPos ) const
static
void
lcl_InvalidateAll
(
SwViewShell
*
pSh
)
{
SwViewShell
*
pStop
=
pSh
;
do
for
(
SwViewShell
&
rCurrentShell
:
pSh
->
GetRingContainer
())
{
if
(
pSh
->
GetWin
()
)
pSh
->
GetWin
()
->
Invalidate
();
pSh
=
static_cast
<
SwViewShell
*>
(
pSh
->
GetNext
());
}
while
(
pSh
!=
pStop
);
if
(
rCurrentShell
.
GetWin
()
)
rCurrentShell
.
GetWin
()
->
Invalidate
();
}
}
bool
SwEditShell
::
AcceptRedline
(
sal_uInt16
nPos
)
...
...
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