diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-03 20:15:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-04 09:38:12 +0100 |
commit | 6b44b03c130ad63c50cbff34c719acb99ab500d5 (patch) | |
tree | 1b9aab924f9469c0d143667b4bfbefb58aac2e8a /include/oox/ppt | |
parent | ae6b606f5769a45f3b56e29528d36a2d2b4660d6 (diff) |
coverity#737244 Uncaught exception
Change-Id: I9e34e14d1266310458bb491259e4bf9880e8a19f
Diffstat (limited to 'include/oox/ppt')
-rw-r--r-- | include/oox/ppt/dgmlayout.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/dgmlayout.hxx b/include/oox/ppt/dgmlayout.hxx index 2b5d97d3c657..52dcfbd05981 100644 --- a/include/oox/ppt/dgmlayout.hxx +++ b/include/oox/ppt/dgmlayout.hxx @@ -40,7 +40,7 @@ public: QuickDiagrammingLayout( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext ); // from FilterBase - virtual bool importDocument() throw() SAL_OVERRIDE; + virtual bool importDocument() throw (css::uno::RuntimeException) SAL_OVERRIDE; virtual bool exportDocument() throw() SAL_OVERRIDE; virtual const ::oox::drawingml::Theme* getCurrentTheme() const SAL_OVERRIDE; |