From d828901d92c5c74627018dd84400d5de87b153af Mon Sep 17 00:00:00 2001 From: Noel Date: Mon, 16 Nov 2020 10:58:18 +0200 Subject: simplify CreateChartContext, remove unused params Change-Id: I91db68fa20e00ac6b7ec0c991016f4155c6ed70c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105915 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/xmloff/SchXMLImportHelper.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/xmloff') diff --git a/include/xmloff/SchXMLImportHelper.hxx b/include/xmloff/SchXMLImportHelper.hxx index 09031b2ccc21..f60c222cba50 100644 --- a/include/xmloff/SchXMLImportHelper.hxx +++ b/include/xmloff/SchXMLImportHelper.hxx @@ -83,9 +83,7 @@ public: */ SvXMLImportContext* CreateChartContext( SvXMLImport& rImport, - sal_uInt16 nPrefix, const OUString& rLocalName, - const css::uno::Reference< css::frame::XModel >& rChartModel, - const css::uno::Reference< css::xml::sax::XAttributeList >& rAttrList ); + const css::uno::Reference< css::frame::XModel >& rChartModel ); /** set the auto-style context that will be used to retrieve auto-styles used inside the following element to parse -- cgit