summaryrefslogtreecommitdiff
path: root/include/oox/ppt
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-10-17 09:27:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-10-17 15:19:44 +0100
commitfabbdc70ad7800ba80826edc3c380bf472718a6e (patch)
tree2fd52b0da0f67afcbf21530664249f66afcdaa9a /include/oox/ppt
parent331f4663e4c50992f8e5f6a9a310073e041377e3 (diff)
coverity#1247632 Uncaught exception
Change-Id: I8d6df8c6853f0bd2f0b099d14bf0ac246170e7f1
Diffstat (limited to 'include/oox/ppt')
-rw-r--r--include/oox/ppt/dgmimport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/dgmimport.hxx b/include/oox/ppt/dgmimport.hxx
index f4d4e962a571..3efad8bcd677 100644
--- a/include/oox/ppt/dgmimport.hxx
+++ b/include/oox/ppt/dgmimport.hxx
@@ -40,7 +40,7 @@ public:
QuickDiagrammingImport( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext );
// from FilterBase
- virtual bool importDocument() throw (css::uno::RuntimeException) SAL_OVERRIDE;
+ virtual bool importDocument() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual bool exportDocument() throw() SAL_OVERRIDE;
virtual const ::oox::drawingml::Theme* getCurrentTheme() const SAL_OVERRIDE;