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
67f5012d
Kaydet (Commit)
67f5012d
authored
Eyl 12, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1038332 Uncaught exception
Change-Id: I02d8a2ab6821922c318d4b83a1381b65d8521e1e
üst
23b530d3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
xestream.cxx
sc/source/filter/excel/xestream.cxx
+3
-1
xestream.hxx
sc/source/filter/inc/xestream.hxx
+4
-1
No files found.
sc/source/filter/excel/xestream.cxx
Dosyayı görüntüle @
67f5012d
...
@@ -1051,7 +1051,9 @@ ScDocShell* XclExpXmlStream::getDocShell()
...
@@ -1051,7 +1051,9 @@ ScDocShell* XclExpXmlStream::getDocShell()
}
}
bool
XclExpXmlStream
::
exportDocument
()
bool
XclExpXmlStream
::
exportDocument
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
throw
(
css
::
uno
::
RuntimeException
,
css
::
ucb
::
ContentCreationException
,
std
::
exception
)
{
{
ScDocShell
*
pShell
=
getDocShell
();
ScDocShell
*
pShell
=
getDocShell
();
ScDocument
&
rDoc
=
pShell
->
GetDocument
();
ScDocument
&
rDoc
=
pShell
->
GetDocument
();
...
...
sc/source/filter/inc/xestream.hxx
Dosyayı görüntüle @
67f5012d
...
@@ -21,6 +21,7 @@
...
@@ -21,6 +21,7 @@
#define INCLUDED_SC_SOURCE_FILTER_INC_XESTREAM_HXX
#define INCLUDED_SC_SOURCE_FILTER_INC_XESTREAM_HXX
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/ucb/ContentCreationException.hpp>
#include <map>
#include <map>
#include <stack>
#include <stack>
...
@@ -320,7 +321,9 @@ public:
...
@@ -320,7 +321,9 @@ public:
// ignore
// ignore
virtual
bool
exportDocument
()
virtual
bool
exportDocument
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
throw
(
css
::
uno
::
RuntimeException
,
css
::
ucb
::
ContentCreationException
,
std
::
exception
)
SAL_OVERRIDE
;
// only needed for import; ignore
// only needed for import; ignore
virtual
bool
importDocument
()
throw
()
SAL_OVERRIDE
;
virtual
bool
importDocument
()
throw
()
SAL_OVERRIDE
;
...
...
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