summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/MetaTContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/MetaTContext.hxx')
-rw-r--r--xmloff/source/transform/MetaTContext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/MetaTContext.hxx b/xmloff/source/transform/MetaTContext.hxx
index f6ed27136dbf..4695b2bb6a40 100644
--- a/xmloff/source/transform/MetaTContext.hxx
+++ b/xmloff/source/transform/MetaTContext.hxx
@@ -45,7 +45,7 @@ public:
// ends. By default, nothing is done.
// Note that virtual methods cannot be used inside destructors. Use
// EndElement instead if this is required.
- virtual ~XMLMetaTransformerContext();
+ virtual ~XMLMetaTransformerContext() override;
// Create a children element context. By default, the import's
// CreateContext method is called to create a new default context.