summaryrefslogtreecommitdiff
path: root/oox/source/ppt/customshowlistcontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ppt/customshowlistcontext.cxx')
-rw-r--r--oox/source/ppt/customshowlistcontext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/customshowlistcontext.cxx b/oox/source/ppt/customshowlistcontext.cxx
index e5957c410671..e8839abb5b61 100644
--- a/oox/source/ppt/customshowlistcontext.cxx
+++ b/oox/source/ppt/customshowlistcontext.cxx
@@ -37,7 +37,7 @@ public:
CustomShowContext( ::oox::core::FragmentHandler2& rParent,
const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttribs,
CustomShow& rCustomShow );
- virtual ~CustomShowContext( );
+ virtual ~CustomShowContext( ) override;
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs ) override;
};