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 b616ecae6139..7cd404937742 100644
--- a/oox/source/ppt/customshowlistcontext.cxx
+++ b/oox/source/ppt/customshowlistcontext.cxx
@@ -33,7 +33,7 @@ public:
CustomShowContext( ::oox::core::FragmentHandler2& rParent,
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastAttributeList >& xAttribs,
CustomShow& rCustomShow );
- ~CustomShowContext( );
+ virtual ~CustomShowContext( );
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs ) SAL_OVERRIDE;
};