diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-25 16:35:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-26 08:42:35 +0200 |
commit | f7336500ba157c85c84e198f7043cf06ef627085 (patch) | |
tree | df330927723175a774699726372609e42250519d /xmloff/source/chart/XMLChartStyleContext.cxx | |
parent | 49d7a4cdf4c2d7b01faccb751d8f2002e2437b59 (diff) |
remove slowparser stuff from SvXMLStyleContext
Change-Id: Ic4efc2eba7d1cdd71df76b535811c706bab3860e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101347
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/chart/XMLChartStyleContext.cxx')
-rw-r--r-- | xmloff/source/chart/XMLChartStyleContext.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/xmloff/source/chart/XMLChartStyleContext.cxx b/xmloff/source/chart/XMLChartStyleContext.cxx index ffdd493a0126..fe4634664f5b 100644 --- a/xmloff/source/chart/XMLChartStyleContext.cxx +++ b/xmloff/source/chart/XMLChartStyleContext.cxx @@ -60,12 +60,11 @@ void XMLChartStyleContext::SetAttribute( } XMLChartStyleContext::XMLChartStyleContext( - SvXMLImport& rImport, sal_uInt16 nPrfx, - const OUString& rLName, - const uno::Reference< xml::sax::XAttributeList > & xAttrList, + SvXMLImport& rImport, sal_Int32 nElement, + const uno::Reference< xml::sax::XFastAttributeList > & xAttrList, SvXMLStylesContext& rStyles, XmlStyleFamily nFamily ) : - XMLShapeStyleContext( rImport, nPrfx, rLName, xAttrList, rStyles, nFamily ), + XMLShapeStyleContext( rImport, nElement, xAttrList, rStyles, nFamily ), mrStyles( rStyles ) {} |