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 20e2971f8f44..23739cf97ad8 100644
--- a/include/oox/ppt/customshowlistcontext.hxx
+++ b/include/oox/ppt/customshowlistcontext.hxx
@@ -42,7 +42,7 @@ namespace oox { namespace ppt {
CustomShowListContext( ::oox::core::FragmentHandler2& rParent,
std::vector< CustomShow >& rCustomShowList );
- ~CustomShowListContext( );
+ virtual ~CustomShowListContext( );
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs ) SAL_OVERRIDE;
};