diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-08-31 13:43:53 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-08-31 20:20:13 +0200 |
commit | 70b9aa7bc1b6c1af358a14843c777c9d150f745d (patch) | |
tree | 4c480f5c413b3f04477af1730f90d7520b298fef /xmloff/source/text/txtparai.hxx | |
parent | c071e5f6858661881065cbb4e644c37c8e94ccc6 (diff) |
Resolves: tdf#112122 Use EndElement instead of dtor to call throwing methods
Change-Id: I1cc3b9af4089f1e657c5c63e0911aac8bdce04f3
Reviewed-on: https://gerrit.libreoffice.org/41756
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'xmloff/source/text/txtparai.hxx')
-rw-r--r-- | xmloff/source/text/txtparai.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtparai.hxx b/xmloff/source/text/txtparai.hxx index 18dc3e78523a..1f101cdda74a 100644 --- a/xmloff/source/text/txtparai.hxx +++ b/xmloff/source/text/txtparai.hxx @@ -63,7 +63,7 @@ public: const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList, bool bHeading ); - virtual ~XMLParaContext() override; + virtual void EndElement() override; virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, |