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
cba3f9a1
Kaydet (Commit)
cba3f9a1
authored
Şub 13, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Work around -fsanitize=vptr
Change-Id: Id6e418fb6ae69c6e71e5e52e6e08c1411ea08b65
üst
2c1e9512
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
nodes.cxx
sw/source/core/docnode/nodes.cxx
+4
-1
No files found.
sw/source/core/docnode/nodes.cxx
Dosyayı görüntüle @
cba3f9a1
...
@@ -2262,7 +2262,10 @@ void SwNodes::RemoveNode( sal_uLong nDelPos, sal_uLong nSz, bool bDel )
...
@@ -2262,7 +2262,10 @@ void SwNodes::RemoveNode( sal_uLong nDelPos, sal_uLong nSz, bool bDel )
BigPtrEntry
*
pTempEntry
=
&
aTempEntries
[
nCnt
];
BigPtrEntry
*
pTempEntry
=
&
aTempEntries
[
nCnt
];
BigPtrArray
::
Replace
(
nPrevNdIdx
+
1
,
pTempEntry
);
BigPtrArray
::
Replace
(
nPrevNdIdx
+
1
,
pTempEntry
);
if
(
nCnt
)
if
(
nCnt
)
pPrev
=
(
*
this
)[
nPrevNdIdx
-
1
];
pPrev
=
BigPtrArray
::
operator
[](
nPrevNdIdx
-
1
);
// the accessed element can be a naked BigPtrEntry from
// aTempEntries, so the downcast to SwNode* in
// SwNodes::operator[] would be illegal (and unnecessary)
}
}
nDelPos
=
pDel
->
GetPos
()
+
1
;
nDelPos
=
pDel
->
GetPos
()
+
1
;
}
}
...
...
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