summaryrefslogtreecommitdiff
path: root/oox/source/ppt/soundactioncontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ppt/soundactioncontext.cxx')
-rw-r--r--oox/source/ppt/soundactioncontext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/ppt/soundactioncontext.cxx b/oox/source/ppt/soundactioncontext.cxx
index 4c9d242af092..bac5c6641ed9 100644
--- a/oox/source/ppt/soundactioncontext.cxx
+++ b/oox/source/ppt/soundactioncontext.cxx
@@ -38,7 +38,7 @@ using namespace ::com::sun::star::uno;
namespace oox::ppt {
- SoundActionContext::SoundActionContext( FragmentHandler2 const & rParent, PropertyMap & aProperties ) throw()
+ SoundActionContext::SoundActionContext( FragmentHandler2 const & rParent, PropertyMap & aProperties ) noexcept
: FragmentHandler2( rParent )
, maSlideProperties( aProperties )
, mbHasStartSound( false )
@@ -47,7 +47,7 @@ namespace oox::ppt {
{
}
- SoundActionContext::~SoundActionContext() throw()
+ SoundActionContext::~SoundActionContext() noexcept
{
}