summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-11-16 10:58:18 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-16 12:18:37 +0100
commitd828901d92c5c74627018dd84400d5de87b153af (patch)
treea34a4bbf2d7d8f9fd15be62f5ad12912bd50fffa /include/xmloff
parentf05246dc2ae1145f54e1b6e53b47fd53382add96 (diff)
simplify CreateChartContext, remove unused params
Change-Id: I91db68fa20e00ac6b7ec0c991016f4155c6ed70c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105915 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/SchXMLImportHelper.hxx4
1 files changed, 1 insertions, 3 deletions
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 <chart:chart> element to parse