From 3940cf7d716f3e469f47d3c831a799e58edf2eb8 Mon Sep 17 00:00:00 2001 From: Noel Date: Mon, 2 Nov 2020 12:26:26 +0200 Subject: 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 --- xmloff/source/draw/descriptionimp.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/source/draw/descriptionimp.hxx') diff --git a/xmloff/source/draw/descriptionimp.hxx b/xmloff/source/draw/descriptionimp.hxx index f45feb775f15..6dee51daf293 100644 --- a/xmloff/source/draw/descriptionimp.hxx +++ b/xmloff/source/draw/descriptionimp.hxx @@ -39,7 +39,7 @@ public: const css::uno::Reference< css::drawing::XShape >& rxShape ); virtual ~SdXMLDescriptionContext() override; - virtual void EndElement() override; + virtual void SAL_CALL endFastElement(sal_Int32 nElement) override; // This method is called for all characters that are contained in the // current element. The default is to ignore them. -- cgit