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/draw/descriptionimp.hxx | |
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/draw/descriptionimp.hxx')
-rw-r--r-- | xmloff/source/draw/descriptionimp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. |