summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/texttabstoplistcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/texttabstoplistcontext.hxx')
-rw-r--r--oox/source/drawingml/texttabstoplistcontext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/texttabstoplistcontext.hxx b/oox/source/drawingml/texttabstoplistcontext.hxx
index cbec67799bc1..72e5474bfee9 100644
--- a/oox/source/drawingml/texttabstoplistcontext.hxx
+++ b/oox/source/drawingml/texttabstoplistcontext.hxx
@@ -33,7 +33,7 @@ namespace oox { namespace drawingml {
public:
TextTabStopListContext( ::oox::core::ContextHandler2Helper& rParent,
::std::list< css::style::TabStop > & aTabList );
- virtual ~TextTabStopListContext();
+ virtual ~TextTabStopListContext() override;
virtual ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 Element, const ::oox::AttributeList& rAttribs ) override;