diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-07-18 13:42:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-18 15:36:16 +0100 |
commit | 24b6add3774f5f0807c907d5a233ba8ac11116f4 (patch) | |
tree | a2f04c41f2c1ce2245e5c45075614fa9739bcf3f /include | |
parent | 15920e3e0843ad618898d20dc3b784c4778bcde4 (diff) |
coverity#1202900 Uncaught exception
Change-Id: I9e49abc490935710b471c79d19385bda37f038b0
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/ppt/slidefragmenthandler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/slidefragmenthandler.hxx b/include/oox/ppt/slidefragmenthandler.hxx index 4207263a80e5..07aa83514874 100644 --- a/include/oox/ppt/slidefragmenthandler.hxx +++ b/include/oox/ppt/slidefragmenthandler.hxx @@ -35,7 +35,7 @@ class SlideFragmentHandler : public ::oox::core::FragmentHandler2 { public: SlideFragmentHandler( ::oox::core::XmlFilterBase& rFilter, const OUString& rFragmentPath, SlidePersistPtr pPersistPtr, const ShapeLocation eShapeLocation ); - virtual ~SlideFragmentHandler() throw(); + virtual ~SlideFragmentHandler(); virtual void finalizeImport() SAL_OVERRIDE; virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs ) SAL_OVERRIDE; |