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
6137b5f7
Kaydet (Commit)
6137b5f7
authored
Mar 25, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#735432 Logically dead code
Change-Id: I6bbbe539d28aefcad04ccae48f2518e78f15b240
üst
da5ac820
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
29 deletions
+0
-29
svdfppt.cxx
filter/source/msfilter/svdfppt.cxx
+0
-29
No files found.
filter/source/msfilter/svdfppt.cxx
Dosyayı görüntüle @
6137b5f7
...
...
@@ -2851,35 +2851,6 @@ void SdrPowerPointImport::ImportPage( SdrPage* pRet, const PptSlidePersistEntry*
aEscherObjListHd.SeekToEndOfRecord( rStCtrl );
}
/* There are a lot of Shapes which are dependent to
the current background color */
if
(
rSlidePersist
.
ePageKind
==
PPT_SLIDEPAGE
)
{
if
(
!
aProcessData
.
aBackgroundColoredObjects
.
empty
()
)
{
if
(
rSlidePersist
.
pBObj
)
{
const
SfxPoolItem
*
pPoolItem
=
NULL
;
const
SfxItemSet
&
rObjectItemSet
=
rSlidePersist
.
pBObj
->
GetMergedItemSet
();
//SfxItemState eState = rObjectItemSet.GetItemState( XATTR_FILLCOLOR, sal_False, &pPoolItem );
if
(
pPoolItem
)
{
SfxItemSet
aNewSet
(
*
rObjectItemSet
.
GetPool
());
aNewSet
.
Put
(
*
pPoolItem
);
aNewSet
.
Put
(
XFillStyleItem
(
XFILL_SOLID
));
for
(
size_t
i
=
0
,
n
=
aProcessData
.
aBackgroundColoredObjects
.
size
();
i
<
n
;
++
i
)
{
aProcessData
.
aBackgroundColoredObjects
[
i
]
->
SetMergedItemSet
(
aNewSet
);
}
}
}
}
}
if ( rSlidePersist.pBObj )
{
// #i99386# transfer the attributes from the temporary BackgroundObject
...
...
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