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
aa79a832
Kaydet (Commit)
aa79a832
authored
Eki 23, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#706585 Uncaught exception
Change-Id: Ic8d2963536b793f0a229901d9e13d8e54842d9b9
üst
e89358ae
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
XDataSinkEncrSupport.idl
offapi/com/sun/star/packages/XDataSinkEncrSupport.idl
+1
-0
ZipPackageStream.hxx
package/inc/ZipPackageStream.hxx
+1
-1
ZipPackageStream.cxx
package/source/zippackage/ZipPackageStream.cxx
+1
-1
No files found.
offapi/com/sun/star/packages/XDataSinkEncrSupport.idl
Dosyayı görüntüle @
aa79a832
...
...
@@ -56,6 +56,7 @@ interface XDataSinkEncrSupport: com::sun::star::uno::XInterface
*/
::
com
::
sun
::
star
::
io
::
XInputStream
getDataStream
()
raises
(
::
com
::
sun
::
star
::
packages
::
WrongPasswordException
,
::
com
::
sun
::
star
::
packages
::
zip
::
ZipException
,
::
com
::
sun
::
star
::
io
::
IOException
)
;
...
...
package/inc/ZipPackageStream.hxx
Dosyayı görüntüle @
aa79a832
...
...
@@ -165,7 +165,7 @@ public:
// XDataSinkEncrSupport
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
io
::
XInputStream
>
SAL_CALL
getDataStream
()
throw
(
::
com
::
sun
::
star
::
packages
::
WrongPasswordException
,
throw
(
::
com
::
sun
::
star
::
packages
::
WrongPasswordException
,
::
com
::
sun
::
star
::
packages
::
zip
::
ZipException
,
::
com
::
sun
::
star
::
io
::
IOException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
io
::
XInputStream
>
SAL_CALL
getRawStream
()
...
...
package/source/zippackage/ZipPackageStream.cxx
Dosyayı görüntüle @
aa79a832
...
...
@@ -516,7 +516,7 @@ uno::Reference< io::XInputStream > SAL_CALL ZipPackageStream::getInputStream()
// XDataSinkEncrSupport
uno
::
Reference
<
io
::
XInputStream
>
SAL_CALL
ZipPackageStream
::
getDataStream
()
throw
(
packages
::
WrongPasswordException
,
throw
(
packages
::
WrongPasswordException
,
ZipException
,
io
::
IOException
,
RuntimeException
,
std
::
exception
)
{
...
...
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