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
d29fd56e
Kaydet (Commit)
d29fd56e
authored
Tem 21, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#707130 Uncaught exception
Change-Id: I76bbe1adb60e7662b4da1effc57feb54ad8733bd
üst
de61e730
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
sddetect.cxx
sd/source/ui/unoidl/sddetect.cxx
+9
-3
No files found.
sd/source/ui/unoidl/sddetect.cxx
Dosyayı görüntüle @
d29fd56e
...
...
@@ -75,9 +75,15 @@ OUString SAL_CALL SdFilterDetect::detect( Sequence< beans::PropertyValue >& lDes
if
(
pInStrm
->
remainingSize
()
==
0
)
return
OUString
();
SotStorageRef
aStorage
=
new
SotStorage
(
pInStrm
,
false
);
if
(
!
aStorage
->
GetError
()
&&
aStorage
->
IsStream
(
"PowerPoint Document"
)
)
return
aTypeName
;
try
{
SotStorageRef
aStorage
=
new
SotStorage
(
pInStrm
,
false
);
if
(
!
aStorage
->
GetError
()
&&
aStorage
->
IsStream
(
"PowerPoint Document"
)
)
return
aTypeName
;
}
catch
(
const
css
::
ucb
::
ContentCreationException
&
)
{
}
}
else
{
...
...
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