diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-04-02 09:05:06 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-04-02 20:03:33 +0200 |
commit | 51143bbb326a7a2e7df7ba987c0e50030c609841 (patch) | |
tree | fe81c8445b824062cb323ad0225742564d88b77e /xmloff/source/draw/sdxmlimp_impl.hxx | |
parent | 28ccea8b7feed20d33e2ca7d6197d947dbbad848 (diff) |
loplugin:unusedmethods
Change-Id: I906234a38b96c6ba6eaadf7693abd33e98debf50
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91567
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/draw/sdxmlimp_impl.hxx')
-rw-r--r-- | xmloff/source/draw/sdxmlimp_impl.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/draw/sdxmlimp_impl.hxx b/xmloff/source/draw/sdxmlimp_impl.hxx index 6f6d4bb68b6b9..7a43de8ca576b 100644 --- a/xmloff/source/draw/sdxmlimp_impl.hxx +++ b/xmloff/source/draw/sdxmlimp_impl.hxx @@ -153,7 +153,6 @@ class SdXMLImport: public SvXMLImport std::unique_ptr<SvXMLTokenMap> mpBodyElemTokenMap; std::unique_ptr<SvXMLTokenMap> mpStylesElemTokenMap; std::unique_ptr<SvXMLTokenMap> mpMasterPageElemTokenMap; - std::unique_ptr<SvXMLTokenMap> mpMasterPageAttrTokenMap; std::unique_ptr<SvXMLTokenMap> mpPageMasterAttrTokenMap; std::unique_ptr<SvXMLTokenMap> mpPageMasterStyleAttrTokenMap; std::unique_ptr<SvXMLTokenMap> mpPresentationPlaceholderAttrTokenMap; @@ -209,7 +208,6 @@ public: const SvXMLTokenMap& GetBodyElemTokenMap(); const SvXMLTokenMap& GetStylesElemTokenMap(); const SvXMLTokenMap& GetMasterPageElemTokenMap(); - const SvXMLTokenMap& GetMasterPageAttrTokenMap(); const SvXMLTokenMap& GetPageMasterAttrTokenMap(); const SvXMLTokenMap& GetPageMasterStyleAttrTokenMap(); const SvXMLTokenMap& GetPresentationPlaceholderAttrTokenMap(); |