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
e9d056ff
Kaydet (Commit)
e9d056ff
authored
Agu 12, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove invalid and unnecessary downcast
Change-Id: I2c4daa7057a4faf020b96b587c7a8348adeaeb58
üst
8c515322
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
thints.cxx
sw/source/core/txtnode/thints.cxx
+1
-1
No files found.
sw/source/core/txtnode/thints.cxx
Dosyayı görüntüle @
e9d056ff
...
@@ -1119,7 +1119,7 @@ void SwTxtNode::DestroyAttr( SwTxtAttr* pAttr )
...
@@ -1119,7 +1119,7 @@ void SwTxtNode::DestroyAttr( SwTxtAttr* pAttr )
// zeichengebundener Frames" in fesh.cxx, SwFEShell::DelFmt()
// zeichengebundener Frames" in fesh.cxx, SwFEShell::DelFmt()
SwFrmFmt
*
pFmt
=
pAttr
->
GetFlyCnt
().
GetFrmFmt
();
SwFrmFmt
*
pFmt
=
pAttr
->
GetFlyCnt
().
GetFrmFmt
();
if
(
pFmt
)
// vom Undo auf 0 gesetzt ??
if
(
pFmt
)
// vom Undo auf 0 gesetzt ??
pDoc
->
DelLayoutFmt
(
(
SwFlyFrmFmt
*
)
pFmt
);
pDoc
->
DelLayoutFmt
(
pFmt
);
}
}
break
;
break
;
...
...
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