summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlimp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-22 10:46:35 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-22 11:57:57 +0100
commitda38bffa324a11441c1b8e3cd935d142141ae9ac (patch)
treec0adfbcf0ba64de37cb1bb865f80ace50e6369ed /sw/source/filter/xml/xmlimp.hxx
parentd768757872ad25219fa291acd623ab98924acaaa (diff)
use fastparser in SwXMLBodyContext_Impl
Change-Id: I0745fb6eb0a46b1c564cd0f1c596aed5206549b1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87181 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/xml/xmlimp.hxx')
-rw-r--r--sw/source/filter/xml/xmlimp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/xml/xmlimp.hxx b/sw/source/filter/xml/xmlimp.hxx
index eaa5a151645a..b06f43d0168a 100644
--- a/sw/source/filter/xml/xmlimp.hxx
+++ b/sw/source/filter/xml/xmlimp.hxx
@@ -138,7 +138,7 @@ public:
SvXMLImportContext *CreateStylesContext( bool bAuto );
SvXMLImportContext *CreateMasterStylesContext();
SvXMLImportContext *CreateFontDeclsContext();
- SvXMLImportContext *CreateBodyContentContext( const OUString& rLocalName );
+ SvXMLImportContext *CreateBodyContentContext();
SfxStyleFamily GetStyleFamilyMask() const { return m_nStyleFamilyMask; }
bool IsInsertMode() const { return m_bInsert; }
bool IsStylesOnlyMode() const { return !m_bLoadDoc; }