From 24b6add3774f5f0807c907d5a233ba8ac11116f4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 18 Jul 2014 13:42:36 +0100 Subject: coverity#1202900 Uncaught exception Change-Id: I9e49abc490935710b471c79d19385bda37f038b0 --- include/oox/ppt/slidefragmenthandler.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/oox/ppt') 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; -- cgit