diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-25 08:58:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-25 11:18:11 +0200 |
commit | 4070818f586a46a2b572501aca152bb811fa2d5b (patch) | |
tree | 61933e87d1b5529668d1d83bce42bee00a1bef82 /include | |
parent | 9f514aae04933b6bc677c178e982cabb9be7ab14 (diff) |
use fastparser in PageStyleContext
Change-Id: Iaa433e5c8c5712bbcbef519c613927dbffa22906
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101305
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/prstylei.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/xmloff/prstylei.hxx b/include/xmloff/prstylei.hxx index 42f5c732c423..0bb6243b57f5 100644 --- a/include/xmloff/prstylei.hxx +++ b/include/xmloff/prstylei.hxx @@ -93,6 +93,10 @@ public: const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList, SvXMLStylesContext& rStyles, XmlStyleFamily nFamily, bool bDefaultStyle=false ); + XMLPropStyleContext( SvXMLImport& rImport, sal_Int32 nElement, + const css::uno::Reference< css::xml::sax::XFastAttributeList > & xAttrList, + SvXMLStylesContext& rStyles, XmlStyleFamily nFamily, + bool bDefaultStyle=false ); virtual ~XMLPropStyleContext() override; virtual SvXMLImportContextRef CreateChildContext( |