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
a38165fd
Kaydet (Commit)
a38165fd
authored
Şub 07, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#708849 unused pointer value
Change-Id: I3d800ca26412537a69bbe0835f518558e37dead6
üst
4dda036b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
docufld.cxx
sw/source/core/fields/docufld.cxx
+1
-2
No files found.
sw/source/core/fields/docufld.cxx
Dosyayı görüntüle @
a38165fd
...
@@ -2275,7 +2275,6 @@ void SwRefPageGetField::ChangeExpansion( const SwFrm* pFrm,
...
@@ -2275,7 +2275,6 @@ void SwRefPageGetField::ChangeExpansion( const SwFrm* pFrm,
const
SwTxtFld
*
pFld
)
const
SwTxtFld
*
pFld
)
{
{
// only fields in Footer, Header, FootNote, Flys
// only fields in Footer, Header, FootNote, Flys
SwTxtNode
*
pTxtNode
=
(
SwTxtNode
*
)
&
pFld
->
GetTxtNode
();
SwRefPageGetFieldType
*
pGetType
=
(
SwRefPageGetFieldType
*
)
GetTyp
();
SwRefPageGetFieldType
*
pGetType
=
(
SwRefPageGetFieldType
*
)
GetTyp
();
SwDoc
*
pDoc
=
pGetType
->
GetDoc
();
SwDoc
*
pDoc
=
pGetType
->
GetDoc
();
if
(
pFld
->
GetTxtNode
().
StartOfSectionIndex
()
>
if
(
pFld
->
GetTxtNode
().
StartOfSectionIndex
()
>
...
@@ -2293,7 +2292,7 @@ void SwRefPageGetField::ChangeExpansion( const SwFrm* pFrm,
...
@@ -2293,7 +2292,7 @@ void SwRefPageGetField::ChangeExpansion( const SwFrm* pFrm,
// create index for determination of the TextNode
// create index for determination of the TextNode
SwPosition
aPos
(
SwNodeIndex
(
pDoc
->
GetNodes
()
)
);
SwPosition
aPos
(
SwNodeIndex
(
pDoc
->
GetNodes
()
)
);
pTxtNode
=
(
SwTxtNode
*
)
GetBodyTxtNode
(
*
pDoc
,
aPos
,
*
pFrm
);
SwTxtNode
*
pTxtNode
=
(
SwTxtNode
*
)
GetBodyTxtNode
(
*
pDoc
,
aPos
,
*
pFrm
);
// If no layout exists, ChangeExpansion is called for header and
// If no layout exists, ChangeExpansion is called for header and
// footer lines via layout formatting without existing TxtNode.
// footer lines via layout formatting without existing TxtNode.
...
...
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