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 /oox | |
parent | ae6b606f5769a45f3b56e29528d36a2d2b4660d6 (diff) |
coverity#737244 Uncaught exception
Change-Id: I9e34e14d1266310458bb491259e4bf9880e8a19f
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/ppt/dgmlayout.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/dgmlayout.cxx b/oox/source/ppt/dgmlayout.cxx index 1fbafdc21520..10276dce354a 100644 --- a/oox/source/ppt/dgmlayout.cxx +++ b/oox/source/ppt/dgmlayout.cxx @@ -61,7 +61,7 @@ QuickDiagrammingLayout::QuickDiagrammingLayout( const Reference< XComponentConte mpThemePtr(new drawingml::Theme()) {} -bool QuickDiagrammingLayout::importDocument() throw() +bool QuickDiagrammingLayout::importDocument() throw (css::uno::RuntimeException) { Reference<drawing::XShape> xParentShape(getParentShape(), UNO_QUERY_THROW); |