summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/DocumentTContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/DocumentTContext.hxx')
-rw-r--r--xmloff/source/transform/DocumentTContext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/DocumentTContext.hxx b/xmloff/source/transform/DocumentTContext.hxx
index f204d48328be..eaf66137e4b6 100644
--- a/xmloff/source/transform/DocumentTContext.hxx
+++ b/xmloff/source/transform/DocumentTContext.hxx
@@ -36,7 +36,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 ~XMLDocumentTransformerContext();
+ virtual ~XMLDocumentTransformerContext() override;
// StartElement is called after a context has been constructed and
// before a elements context is parsed. It may be used for actions that