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
1339fa3f
Kaydet (Commit)
1339fa3f
authored
Nis 19, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#735764 Unchecked dynamic_cast
Change-Id: Ic7dc70c1052f5ab04a3e1795549ca43e2e0f2587
üst
04937a61
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pptshape.cxx
oox/source/ppt/pptshape.cxx
+1
-1
No files found.
oox/source/ppt/pptshape.cxx
Dosyayı görüntüle @
1339fa3f
...
@@ -279,7 +279,7 @@ void PPTShape::addShape(
...
@@ -279,7 +279,7 @@ void PPTShape::addShape(
// SAL_INFO("oox.ppt","combined master text list style");
// SAL_INFO("oox.ppt","combined master text list style");
// aMasterTextListStyle->dump();
// aMasterTextListStyle->dump();
}
}
if
(
pPPTPlaceholder
->
mpPlaceholder
.
get
()
)
{
if
(
pPPTPlaceholder
&&
pPPTPlaceholder
->
mpPlaceholder
.
get
()
)
{
SAL_INFO
(
"oox.ppt"
,
"placeholder has parent placeholder: "
<<
pPPTPlaceholder
->
mpPlaceholder
->
getId
()
<<
" type: "
<<
lclDebugSubType
(
pPPTPlaceholder
->
mpPlaceholder
->
getSubType
()
)
<<
" index: "
<<
pPPTPlaceholder
->
mpPlaceholder
->
getSubTypeIndex
().
get
()
);
SAL_INFO
(
"oox.ppt"
,
"placeholder has parent placeholder: "
<<
pPPTPlaceholder
->
mpPlaceholder
->
getId
()
<<
" type: "
<<
lclDebugSubType
(
pPPTPlaceholder
->
mpPlaceholder
->
getSubType
()
)
<<
" index: "
<<
pPPTPlaceholder
->
mpPlaceholder
->
getSubTypeIndex
().
get
()
);
SAL_INFO
(
"oox.ppt"
,
"has textbody "
<<
(
pPPTPlaceholder
->
mpPlaceholder
->
getTextBody
()
!=
0
)
);
SAL_INFO
(
"oox.ppt"
,
"has textbody "
<<
(
pPPTPlaceholder
->
mpPlaceholder
->
getTextBody
()
!=
0
)
);
TextListStylePtr
pPlaceholderStyle
=
getSubTypeTextListStyle
(
rSlidePersist
,
pPPTPlaceholder
->
mpPlaceholder
->
getSubType
()
);
TextListStylePtr
pPlaceholderStyle
=
getSubTypeTextListStyle
(
rSlidePersist
,
pPPTPlaceholder
->
mpPlaceholder
->
getSubType
()
);
...
...
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