summaryrefslogtreecommitdiffstats
path: root/include/xmloff/XMLTextMasterStylesContext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-21 16:59:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-21 17:56:56 +0100
commit998308c363dfad03143591aa18256d2669b4da11 (patch)
tree1eec3bb9ab79fa54d3bfc37c6bc969349ab24909 /include/xmloff/XMLTextMasterStylesContext.hxx
parentuse more FastParser in ScXMLChangeInfoContext (diff)
downloadcore-998308c363dfad03143591aa18256d2669b4da11.tar.gz
core-998308c363dfad03143591aa18256d2669b4da11.zip
use more FastParser in SvXMLStylesContext
Change-Id: I05c7314739246a864b16723c13bd8fbb4ef725e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87146 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/XMLTextMasterStylesContext.hxx')
-rw-r--r--include/xmloff/XMLTextMasterStylesContext.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xmloff/XMLTextMasterStylesContext.hxx b/include/xmloff/XMLTextMasterStylesContext.hxx
index 035812e653b9..99f595a98c37 100644
--- a/include/xmloff/XMLTextMasterStylesContext.hxx
+++ b/include/xmloff/XMLTextMasterStylesContext.hxx
@@ -43,6 +43,7 @@ public:
XMLTextMasterStylesContext( SvXMLImport& rImport, sal_uInt16 nPrfx,
const OUString& rLName,
const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList);
+ XMLTextMasterStylesContext( SvXMLImport& rImport );
virtual ~XMLTextMasterStylesContext() override;
};