diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-03 20:14:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-04 09:38:12 +0100 |
commit | ae6b606f5769a45f3b56e29528d36a2d2b4660d6 (patch) | |
tree | b1a6693617229a00ea1dd7171b54a8267034c770 /oox | |
parent | 1d2993df98798e0432d140651045a49a4caef2e8 (diff) |
coverity#737243 Uncaught exception
Change-Id: I4bef14453d076f11066a695bc4a948cea5cfd40b
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/ppt/dgmimport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/dgmimport.cxx b/oox/source/ppt/dgmimport.cxx index 7ff543cfbbb7..19ff1cab4817 100644 --- a/oox/source/ppt/dgmimport.cxx +++ b/oox/source/ppt/dgmimport.cxx @@ -54,7 +54,7 @@ QuickDiagrammingImport::QuickDiagrammingImport( const ::com::sun::star::uno::Ref : XmlFilterBase( rxContext ) {} -bool QuickDiagrammingImport::importDocument() throw() +bool QuickDiagrammingImport::importDocument() throw (css::uno::RuntimeException) { /* to activate the PPTX dumper, define the environment variable OOO_PPTXDUMPER and insert the full path to the file |