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
98357752
Kaydet (Commit)
98357752
authored
Kas 21, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Related: rhbz#1033108 how did pAnchoredObj end up as NULL
Change-Id: If7d442567d9cea4e3f4d3d68689d11fad0dc930b
üst
5620f5ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
txtfly.cxx
sw/source/core/text/txtfly.cxx
+3
-1
No files found.
sw/source/core/text/txtfly.cxx
Dosyayı görüntüle @
98357752
...
@@ -923,7 +923,9 @@ SwAnchoredObjList* SwTxtFly::InitAnchoredObjList()
...
@@ -923,7 +923,9 @@ SwAnchoredObjList* SwTxtFly::InitAnchoredObjList()
// the base offset for objects <SwTxtFrm::CalcBaseOfstForFly()>
// the base offset for objects <SwTxtFrm::CalcBaseOfstForFly()>
// #i20505# Do not consider oversized objects
// #i20505# Do not consider oversized objects
SwAnchoredObject
*
pAnchoredObj
=
(
*
pSorted
)[
i
];
SwAnchoredObject
*
pAnchoredObj
=
(
*
pSorted
)[
i
];
if
(
!
pIDDMA
->
IsVisibleLayerId
(
pAnchoredObj
->
GetDrawObj
()
->
GetLayer
()
)
||
assert
(
pAnchoredObj
);
if
(
!
pAnchoredObj
||
!
pIDDMA
->
IsVisibleLayerId
(
pAnchoredObj
->
GetDrawObj
()
->
GetLayer
()
)
||
!
pAnchoredObj
->
ConsiderForTextWrap
()
||
!
pAnchoredObj
->
ConsiderForTextWrap
()
||
(
mbIgnoreObjsInHeaderFooter
&&
!
bFooterHeader
&&
(
mbIgnoreObjsInHeaderFooter
&&
!
bFooterHeader
&&
pAnchoredObj
->
GetAnchorFrm
()
->
FindFooterOrHeader
()
)
)
pAnchoredObj
->
GetAnchorFrm
()
->
FindFooterOrHeader
()
)
)
...
...
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