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.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/xmloff/source/transform/TransformerContext.hxx b/xmloff/source/transform/TransformerContext.hxx
index 6f7a13add4cc..0a2446f252d4 100644
--- a/xmloff/source/transform/TransformerContext.hxx
+++ b/xmloff/source/transform/TransformerContext.hxx
@@ -64,12 +64,6 @@ public:
XMLTransformerContext( XMLTransformerBase& rTransformer,
const OUString& rQName );
- // A contexts destructor does anything that is required if an element
- // ends. By default, nothing is done.
- // Note that virtual methods cannot be used inside destructors. Use
- // EndElement instead if this is required.
- virtual ~XMLTransformerContext() override;
-
// Create a children element context. By default, the import's
// CreateContext method is called to create a new default context.
virtual rtl::Reference<XMLTransformerContext> CreateChildContext( sal_uInt16 nPrefix,