summaryrefslogtreecommitdiff
path: root/oox/inc/drawingml/chart/chartcontextbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/drawingml/chart/chartcontextbase.hxx')
-rw-r--r--oox/inc/drawingml/chart/chartcontextbase.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/oox/inc/drawingml/chart/chartcontextbase.hxx b/oox/inc/drawingml/chart/chartcontextbase.hxx
index 2639e0823024..c5e194a4c0d1 100644
--- a/oox/inc/drawingml/chart/chartcontextbase.hxx
+++ b/oox/inc/drawingml/chart/chartcontextbase.hxx
@@ -34,7 +34,6 @@ class ContextBase : public ::oox::core::ContextHandler2
public:
explicit ContextBase( ::oox::core::ContextHandler2Helper& rParent, ModelType& rModel ) :
::oox::core::ContextHandler2( rParent ), mrModel( rModel ) {}
- virtual ~ContextBase() override {}
protected:
ModelType& mrModel;
@@ -46,7 +45,6 @@ class FragmentBase : public ::oox::core::FragmentHandler2
public:
explicit FragmentBase( ::oox::core::XmlFilterBase& rFilter, const OUString& rFragmentPath, ModelType& rModel ) :
::oox::core::FragmentHandler2( rFilter, rFragmentPath, false ), mrModel( rModel ) {}
- virtual ~FragmentBase() override {}
protected:
ModelType& mrModel;