diff options
author | Noel <noelgrandin@gmail.com> | 2020-11-02 12:26:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-11-02 17:08:47 +0100 |
commit | 3940cf7d716f3e469f47d3c831a799e58edf2eb8 (patch) | |
tree | 96c54b88e76e8eeff2b58700fce6a3b4f6722cde /xmloff/source/text/XMLIndexTitleTemplateContext.cxx | |
parent | dd24e21bb4f183048a738314934fc3f02ec093f1 (diff) |
drop the SvXMLExport::EndElement method..
in favour of just using the endFastElement() method
Change-Id: Id95abb0b9e78bc44278c5e9e3cc8dee15185e2e2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105175
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/text/XMLIndexTitleTemplateContext.cxx')
-rw-r--r-- | xmloff/source/text/XMLIndexTitleTemplateContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLIndexTitleTemplateContext.cxx b/xmloff/source/text/XMLIndexTitleTemplateContext.cxx index b85714f6f0f6..e11ab205f7eb 100644 --- a/xmloff/source/text/XMLIndexTitleTemplateContext.cxx +++ b/xmloff/source/text/XMLIndexTitleTemplateContext.cxx @@ -76,7 +76,7 @@ void XMLIndexTitleTemplateContext::StartElement( } } -void XMLIndexTitleTemplateContext::EndElement() +void XMLIndexTitleTemplateContext::endFastElement(sal_Int32 ) { Any aAny; |