summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-07-16 21:38:47 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-07-17 12:22:56 +0200
commit604583b177fbf8fa5044e54d0a35b9adff949e45 (patch)
treef89a5b6ef36bae6fde302db7d0eba1b0c9ffff55 /oox
parent52c0c8a2b5a38f02125460c6e21d21c2e8c656cd (diff)
cid#1506711 Uncaught exception
and cid#1506712 Uncaught exception cid#1506713 Uncaught exception Change-Id: I8f9753369cb3c85e5f6b910b00aaf553db62750b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137144 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'oox')
-rw-r--r--oox/inc/drawingml/transform2dcontext.hxx2
-rw-r--r--oox/source/drawingml/transform2dcontext.cxx2
-rw-r--r--oox/source/ppt/slidetransitioncontext.cxx2
-rw-r--r--oox/source/ppt/timenodelistcontext.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/oox/inc/drawingml/transform2dcontext.hxx b/oox/inc/drawingml/transform2dcontext.hxx
index f54b0249380d..984ce0ed18cb 100644
--- a/oox/inc/drawingml/transform2dcontext.hxx
+++ b/oox/inc/drawingml/transform2dcontext.hxx
@@ -31,7 +31,7 @@ class Transform2DContext final : public ::oox::core::ContextHandler2
{
public:
Transform2DContext( ::oox::core::ContextHandler2Helper const & rParent,
- const ::oox::AttributeList& rAttributes, Shape& rShape, bool btxXfrm = false ) noexcept;
+ const ::oox::AttributeList& rAttributes, Shape& rShape, bool btxXfrm = false );
virtual ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 Element, const ::oox::AttributeList& rAttribs ) override;
private:
diff --git a/oox/source/drawingml/transform2dcontext.cxx b/oox/source/drawingml/transform2dcontext.cxx
index df54fe98b71e..b73e3d7c8a62 100644
--- a/oox/source/drawingml/transform2dcontext.cxx
+++ b/oox/source/drawingml/transform2dcontext.cxx
@@ -30,7 +30,7 @@ using ::oox::core::ContextHandlerRef;
namespace oox::drawingml {
/** context to import a CT_Transform2D */
-Transform2DContext::Transform2DContext( ContextHandler2Helper const & rParent, const AttributeList& rAttribs, Shape& rShape, bool btxXfrm ) noexcept
+Transform2DContext::Transform2DContext( ContextHandler2Helper const & rParent, const AttributeList& rAttribs, Shape& rShape, bool btxXfrm )
: ContextHandler2( rParent )
, mrShape( rShape )
, mbtxXfrm ( btxXfrm )
diff --git a/oox/source/ppt/slidetransitioncontext.cxx b/oox/source/ppt/slidetransitioncontext.cxx
index 8ec8e0fd82a0..77349793260c 100644
--- a/oox/source/ppt/slidetransitioncontext.cxx
+++ b/oox/source/ppt/slidetransitioncontext.cxx
@@ -33,7 +33,7 @@ using namespace ::com::sun::star::xml::sax;
namespace oox::ppt {
-SlideTransitionContext::SlideTransitionContext( FragmentHandler2 const & rParent, const AttributeList& rAttribs, PropertyMap & aProperties ) noexcept
+SlideTransitionContext::SlideTransitionContext( FragmentHandler2 const & rParent, const AttributeList& rAttribs, PropertyMap & aProperties )
: FragmentHandler2( rParent )
, maSlideProperties( aProperties )
, mbHasTransition( false )
diff --git a/oox/source/ppt/timenodelistcontext.cxx b/oox/source/ppt/timenodelistcontext.cxx
index a7637432acdb..3be3fea7ff9d 100644
--- a/oox/source/ppt/timenodelistcontext.cxx
+++ b/oox/source/ppt/timenodelistcontext.cxx
@@ -651,7 +651,7 @@ namespace oox::ppt {
public:
AnimScaleContext( FragmentHandler2 const & rParent, sal_Int32 aElement,
const Reference< XFastAttributeList >& xAttribs,
- const TimeNodePtr & pNode ) noexcept
+ const TimeNodePtr & pNode )
: TimeNodeContext( rParent, aElement, pNode )
, mbZoomContents( false )
{