diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-07-18 13:43:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-18 15:36:16 +0100 |
commit | 01c8962f281887db59e581906b89d027a994b52a (patch) | |
tree | aa02bd8264afb1d42596e2e83a28a5d617f5bbc9 /sc/source | |
parent | 24b6add3774f5f0807c907d5a233ba8ac11116f4 (diff) |
coverity#737268 Uncaught exception
Change-Id: I376d560a772d7496943d7aee09e2972f33731d9b
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/filter/inc/excelfilter.hxx | 2 | ||||
-rw-r--r-- | sc/source/filter/oox/excelfilter.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/excelfilter.hxx b/sc/source/filter/inc/excelfilter.hxx index 42430180d360..ae5cfadb02c4 100644 --- a/sc/source/filter/inc/excelfilter.hxx +++ b/sc/source/filter/inc/excelfilter.hxx @@ -39,7 +39,7 @@ public: WorkbookGlobals& getWorkbookGlobals() const; void unregisterWorkbookGlobals(); - virtual bool importDocument() throw() SAL_OVERRIDE; + virtual bool importDocument() SAL_OVERRIDE; virtual bool exportDocument() throw() SAL_OVERRIDE; virtual const ::oox::drawingml::Theme* getCurrentTheme() const SAL_OVERRIDE; diff --git a/sc/source/filter/oox/excelfilter.cxx b/sc/source/filter/oox/excelfilter.cxx index d577e53b48c9..335c90e287bd 100644 --- a/sc/source/filter/oox/excelfilter.cxx +++ b/sc/source/filter/oox/excelfilter.cxx @@ -87,7 +87,7 @@ void ExcelFilter::unregisterWorkbookGlobals() mpBookGlob = 0; } -bool ExcelFilter::importDocument() throw() +bool ExcelFilter::importDocument() { /* To activate the XLSX/XLSB dumper, insert the full path to the file file:///<path-to-oox-module>/source/dump/xlsbdumper.ini |