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
c7631f94
Kaydet (Commit)
c7631f94
authored
Şub 27, 2013
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#705697: fix memory leak
Change-Id: I637d21b0f94ecb036ca4887bb2a36649f907d9e9
üst
7b627e46
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
pptinanimations.cxx
sd/source/filter/ppt/pptinanimations.cxx
+2
-2
No files found.
sd/source/filter/ppt/pptinanimations.cxx
Dosyayı görüntüle @
c7631f94
...
...
@@ -251,10 +251,10 @@ int AnimationImporter::import( const Reference< XDrawPage >& xPage, const DffRec
{
Reference
<
XAnimationNode
>
xParent
;
const
Atom
*
pAtom
=
Atom
::
import
(
rProgTagContentHd
,
mrStCtrl
);
boost
::
scoped_ptr
<
Atom
>
pAtom
(
Atom
::
import
(
rProgTagContentHd
,
mrStCtrl
)
);
if
(
pAtom
)
{
nNodes
=
importAnimationContainer
(
pAtom
,
xParent
);
nNodes
=
importAnimationContainer
(
pAtom
.
get
()
,
xParent
);
}
processAfterEffectNodes
();
...
...
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