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
dc72c62b
Kaydet (Commit)
dc72c62b
authored
Nis 04, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#706512 Uncaught exception
Change-Id: I6ec80c02ca8ef737297e77ccda2a0b5919fa66cb
üst
94fccef6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
oleembobj.hxx
embeddedobj/source/inc/oleembobj.hxx
+1
-1
olepersist.cxx
embeddedobj/source/msole/olepersist.cxx
+1
-1
No files found.
embeddedobj/source/inc/oleembobj.hxx
Dosyayı görüntüle @
dc72c62b
...
@@ -202,7 +202,7 @@ protected:
...
@@ -202,7 +202,7 @@ protected:
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
io
::
XStream
>
GetNewFilledTempStream_Impl
(
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
io
::
XStream
>
GetNewFilledTempStream_Impl
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
io
::
XInputStream
>&
xInStream
)
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
io
::
XInputStream
>&
xInStream
)
throw
(
::
com
::
sun
::
star
::
io
::
IO
Exception
);
throw
(
css
::
io
::
IOException
,
css
::
uno
::
Runtime
Exception
);
#ifdef WNT
#ifdef WNT
void
SwitchComponentToRunningState_Impl
();
void
SwitchComponentToRunningState_Impl
();
#endif
#endif
...
...
embeddedobj/source/msole/olepersist.cxx
Dosyayı görüntüle @
dc72c62b
...
@@ -262,7 +262,7 @@ void VerbExecutionController::UnlockNotification()
...
@@ -262,7 +262,7 @@ void VerbExecutionController::UnlockNotification()
uno
::
Reference
<
io
::
XStream
>
OleEmbeddedObject
::
GetNewFilledTempStream_Impl
(
const
uno
::
Reference
<
io
::
XInputStream
>&
xInStream
)
uno
::
Reference
<
io
::
XStream
>
OleEmbeddedObject
::
GetNewFilledTempStream_Impl
(
const
uno
::
Reference
<
io
::
XInputStream
>&
xInStream
)
throw
(
io
::
IOException
)
throw
(
io
::
IOException
,
uno
::
RuntimeException
)
{
{
SAL_WARN_IF
(
!
xInStream
.
is
(),
"embeddedobj.ole"
,
"Wrong parameter is provided!"
);
SAL_WARN_IF
(
!
xInStream
.
is
(),
"embeddedobj.ole"
,
"Wrong parameter is provided!"
);
...
...
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