summaryrefslogtreecommitdiff
path: root/include/oox/ppt/customshowlistcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/customshowlistcontext.hxx')
-rw-r--r--include/oox/ppt/customshowlistcontext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/customshowlistcontext.hxx b/include/oox/ppt/customshowlistcontext.hxx
index 5baea22103e5..34964697181e 100644
--- a/include/oox/ppt/customshowlistcontext.hxx
+++ b/include/oox/ppt/customshowlistcontext.hxx
@@ -48,7 +48,7 @@ namespace oox { namespace ppt {
CustomShowListContext( ::oox::core::FragmentHandler2& rParent,
std::vector< CustomShow >& rCustomShowList );
- virtual ~CustomShowListContext( );
+ virtual ~CustomShowListContext( ) override;
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs ) override;
};