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
bae50998
Kaydet (Commit)
bae50998
authored
Tem 02, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#983658 Uncaught exception
Change-Id: I99cb4f64b093765d0667ddcddf1f696891450a9a
üst
05a676e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
context.cxx
extensions/source/plugin/base/context.cxx
+2
-2
No files found.
extensions/source/plugin/base/context.cxx
Dosyayı görüntüle @
bae50998
...
@@ -78,7 +78,7 @@ public:
...
@@ -78,7 +78,7 @@ public:
// ::com::sun::star::io::XOutputStream
// ::com::sun::star::io::XOutputStream
virtual
void
SAL_CALL
writeBytes
(
const
Sequence
<
sal_Int8
>&
)
throw
(
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
writeBytes
(
const
Sequence
<
sal_Int8
>&
)
throw
(
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
flush
()
throw
(
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
flush
()
throw
(
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
closeOutput
()
throw
(
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
closeOutput
()
throw
(
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
};
};
}
}
...
@@ -292,7 +292,7 @@ FileSink::~FileSink()
...
@@ -292,7 +292,7 @@ FileSink::~FileSink()
osl
::
File
::
remove
(
m_aFileName
);
osl
::
File
::
remove
(
m_aFileName
);
}
}
void
FileSink
::
closeOutput
()
throw
(
std
::
exception
)
void
FileSink
::
closeOutput
()
throw
(
RuntimeException
,
std
::
exception
)
{
{
if
(
fp
)
if
(
fp
)
fclose
(
fp
);
fclose
(
fp
);
...
...
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