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
ecc58cf3
Kaydet (Commit)
ecc58cf3
authored
Eyl 02, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#707263 Uncaught exception
Change-Id: I7c43c91cad4045a3439182925ca195fc898f593f
üst
839d92a2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
unoshap4.cxx
svx/source/unodraw/unoshap4.cxx
+11
-1
No files found.
svx/source/unodraw/unoshap4.cxx
Dosyayı görüntüle @
ecc58cf3
...
...
@@ -940,7 +940,17 @@ bool SvxMediaShape::getPropertyValueImpl( const OUString& rName, const SfxItemPr
break
;
case
OWN_ATTR_MEDIA_STREAM
:
rValue
<<=
pMedia
->
GetInputStream
();
try
{
rValue
<<=
pMedia
->
GetInputStream
();
}
catch
(
const
css
::
ucb
::
ContentCreationException
&
e
)
{
throw
css
::
lang
::
WrappedTargetException
(
"Error Getting InputStream!"
,
static_cast
<
OWeakObject
*
>
(
this
),
makeAny
(
e
)
);
}
break
;
case
OWN_ATTR_MEDIA_TEMPFILEURL
:
...
...
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