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 6ec307f1fb29..726191dba526 100644
--- a/oox/source/ppt/conditioncontext.hxx
+++ b/oox/source/ppt/conditioncontext.hxx
@@ -37,7 +37,7 @@ namespace oox { namespace ppt {
CondContext( ::oox::core::FragmentHandler2& rParent,
const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttribs,
const TimeNodePtr & pNode, AnimationCondition & aCond );
- virtual ~CondContext( ) throw( );
+ virtual ~CondContext( ) throw( ) override;
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs ) override;
private:
@@ -54,7 +54,7 @@ namespace oox { namespace ppt {
sal_Int32 aElement,
const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttribs,
const TimeNodePtr & pNode, AnimationConditionList & aCondList );
- virtual ~CondListContext( ) throw( );
+ virtual ~CondListContext( ) throw( ) override;
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs ) override;