summaryrefslogtreecommitdiff
path: root/include/oox/ppt
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-07-10 14:31:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-07-10 15:37:40 +0100
commit3beb45c9a193c66a135f0321be84c9d7e7c1a96d (patch)
tree6e0727b058795b49540bdc3bedcc7c99d8991d61 /include/oox/ppt
parent5eb408a3bb8df204452f0b931a254dad5f0cf35b (diff)
coverity#1224997 Uncaught exception
and coverity#1224996 Uncaught exception Change-Id: I36ea602a93471d826859bef739c4165117cc4cd9
Diffstat (limited to 'include/oox/ppt')
-rw-r--r--include/oox/ppt/pptimport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/pptimport.hxx b/include/oox/ppt/pptimport.hxx
index d304792ab884..8ec789eaab9f 100644
--- a/include/oox/ppt/pptimport.hxx
+++ b/include/oox/ppt/pptimport.hxx
@@ -42,7 +42,7 @@ public:
virtual ~PowerPointImport();
// from FilterBase
- virtual bool importDocument() throw() SAL_OVERRIDE;
+ virtual bool importDocument() SAL_OVERRIDE;
virtual bool exportDocument() throw() SAL_OVERRIDE;
virtual const ::oox::drawingml::Theme* getCurrentTheme() const SAL_OVERRIDE;