diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-23 10:11:24 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-23 10:11:59 +0000 |
commit | aac6bb5bb3359a4c38bf77a98ac4bbdca470107c (patch) | |
tree | 3314f3b695184621d725161b10b243ebaaa9b46f /xmloff/source/transform/DocumentTContext.hxx | |
parent | a0dc3972876fd3b483f1fc534d1c582d02f52386 (diff) |
ditch some empty dtors which match the default dtor
Change-Id: Id2450b03e6c8c5461e92d995ea8c33d5dfd55a45
Diffstat (limited to 'xmloff/source/transform/DocumentTContext.hxx')
-rw-r--r-- | xmloff/source/transform/DocumentTContext.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xmloff/source/transform/DocumentTContext.hxx b/xmloff/source/transform/DocumentTContext.hxx index eaf66137e4b6..1b8aaacc2693 100644 --- a/xmloff/source/transform/DocumentTContext.hxx +++ b/xmloff/source/transform/DocumentTContext.hxx @@ -32,12 +32,6 @@ public: XMLDocumentTransformerContext( 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 ~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 // require virtual methods. The default is to do nothing. |