summaryrefslogtreecommitdiff
path: root/include/oox/ppt/soundactioncontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/soundactioncontext.hxx')
-rw-r--r--include/oox/ppt/soundactioncontext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/ppt/soundactioncontext.hxx b/include/oox/ppt/soundactioncontext.hxx
index 81e7e81510b1..4bf66a5f713d 100644
--- a/include/oox/ppt/soundactioncontext.hxx
+++ b/include/oox/ppt/soundactioncontext.hxx
@@ -36,8 +36,8 @@ namespace oox::ppt {
class SoundActionContext final : public ::oox::core::FragmentHandler2
{
public:
- SoundActionContext( ::oox::core::FragmentHandler2 const & rParent, PropertyMap & aProperties ) throw();
- virtual ~SoundActionContext() throw() override;
+ SoundActionContext( ::oox::core::FragmentHandler2 const & rParent, PropertyMap & aProperties ) noexcept;
+ virtual ~SoundActionContext() noexcept override;
virtual void onEndElement() override;
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs ) override;