summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/TransformerContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/TransformerContext.hxx')
-rw-r--r--xmloff/source/transform/TransformerContext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/TransformerContext.hxx b/xmloff/source/transform/TransformerContext.hxx
index 8ecb8c9079b3..6f7a13add4cc 100644
--- a/xmloff/source/transform/TransformerContext.hxx
+++ b/xmloff/source/transform/TransformerContext.hxx
@@ -68,7 +68,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 ~XMLTransformerContext();
+ virtual ~XMLTransformerContext() override;
// Create a children element context. By default, the import's
// CreateContext method is called to create a new default context.