summaryrefslogtreecommitdiff
path: root/oox/source/ppt/conditioncontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ppt/conditioncontext.hxx')
-rw-r--r--oox/source/ppt/conditioncontext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/ppt/conditioncontext.hxx b/oox/source/ppt/conditioncontext.hxx
index 095dd91ecf06..fd8d4dd109c4 100644
--- a/oox/source/ppt/conditioncontext.hxx
+++ b/oox/source/ppt/conditioncontext.hxx
@@ -36,7 +36,7 @@ namespace oox::ppt {
CondContext( ::oox::core::FragmentHandler2 const & rParent,
const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttribs,
const TimeNodePtr & pNode, AnimationCondition & aCond );
- virtual ~CondContext( ) throw( ) override;
+ virtual ~CondContext( ) noexcept override;
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs ) override;
private:
@@ -52,7 +52,7 @@ namespace oox::ppt {
CondListContext( ::oox::core::FragmentHandler2 const & rParent,
sal_Int32 aElement,
const TimeNodePtr & pNode, AnimationConditionList & aCondList );
- virtual ~CondListContext( ) throw( ) override;
+ virtual ~CondListContext( ) noexcept override;
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs ) override;