summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-11-08 13:38:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-11-10 12:35:26 +0100
commitd294d1a32d88174559bd4490a8ee44bc5bb604ea (patch)
tree6cb87b050feda9bc4dadfe286f73d6abc971dc5d /include/xmloff
parent86441791e2ace0517025649ae4bbc33c371e5947 (diff)
loplugin:fieldcast in XMLPageExport
Change-Id: I07c5f2a6af46a3952d4fbc617d86174b1e23d518 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159222 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/XMLPageExport.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/XMLPageExport.hxx b/include/xmloff/XMLPageExport.hxx
index ba06efc38e08..0a1d7c1cfd23 100644
--- a/include/xmloff/XMLPageExport.hxx
+++ b/include/xmloff/XMLPageExport.hxx
@@ -38,7 +38,7 @@ class SvXMLExport;
class XMLPropertyHandlerFactory;
class XMLPropertySetMapper;
class SvXMLExportPropertyMapper;
-
+class XMLPageMasterExportPropMapper;
struct XMLPageExportNameEntry
{
@@ -58,7 +58,7 @@ class XMLOFF_DLLPUBLIC XMLPageExport : public salhelper::SimpleReferenceObject
rtl::Reference < XMLPropertyHandlerFactory > m_xPageMasterPropHdlFactory;
rtl::Reference < XMLPropertySetMapper > m_xPageMasterPropSetMapper;
- rtl::Reference < SvXMLExportPropertyMapper > m_xPageMasterExportPropMapper;
+ rtl::Reference < XMLPageMasterExportPropMapper > m_xPageMasterExportPropMapper;
rtl::Reference<XMLPropertySetMapper> m_xPageMasterDrawingPagePropSetMapper;
rtl::Reference<SvXMLExportPropertyMapper> m_xPageMasterDrawingPageExportPropMapper;