summaryrefslogtreecommitdiff
path: root/include/oox/ppt
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-07-10 16:17:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-07-10 17:12:17 +0100
commite3bd5018dcf76694841131471d9e87e414487564 (patch)
tree6f693931e6f1bf8980346132391b4d2daf0b3349 /include/oox/ppt
parentee36fc7add892690c95a969530ecdcfc1bc9decc (diff)
coverity#1224995 Uncaught exception
and coverity#1224994 Uncaught exception Change-Id: I7f25e3829dbd1e5d68561ca9853ab8fc10c79484
Diffstat (limited to 'include/oox/ppt')
-rw-r--r--include/oox/ppt/slidefragmenthandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/slidefragmenthandler.hxx b/include/oox/ppt/slidefragmenthandler.hxx
index 79ec4cb02d69..4207263a80e5 100644
--- a/include/oox/ppt/slidefragmenthandler.hxx
+++ b/include/oox/ppt/slidefragmenthandler.hxx
@@ -34,7 +34,7 @@ namespace oox { namespace ppt {
class SlideFragmentHandler : public ::oox::core::FragmentHandler2
{
public:
- SlideFragmentHandler( ::oox::core::XmlFilterBase& rFilter, const OUString& rFragmentPath, SlidePersistPtr pPersistPtr, const ShapeLocation eShapeLocation ) throw();
+ SlideFragmentHandler( ::oox::core::XmlFilterBase& rFilter, const OUString& rFragmentPath, SlidePersistPtr pPersistPtr, const ShapeLocation eShapeLocation );
virtual ~SlideFragmentHandler() throw();
virtual void finalizeImport() SAL_OVERRIDE;