From a9ff36a1e9080b7789d2150dd5a0fdcb1cc7a968 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 16 May 2016 07:19:43 +0200 Subject: Fix typos Change-Id: If7262e114b5b4cd40e9c0a8929940199ea747595 Reviewed-on: https://gerrit.libreoffice.org/25025 Tested-by: Jenkins Reviewed-by: jan iversen --- xmloff/source/chart/SchXMLChartContext.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff') diff --git a/xmloff/source/chart/SchXMLChartContext.hxx b/xmloff/source/chart/SchXMLChartContext.hxx index f0f457d96ab7..810214898a67 100644 --- a/xmloff/source/chart/SchXMLChartContext.hxx +++ b/xmloff/source/chart/SchXMLChartContext.hxx @@ -117,7 +117,7 @@ private: /** @descr This method bundles some settings to the chart model and executes them with a locked controller. This includes setting the chart type. @param aServiceName The name of the service the diagram is initialized with. - @param bSetWitchData Indicates whether the data set takes it's data series from + @param bSetSwitchData Indicates whether the data set takes it's data series from rows or from columns. */ void InitChart (const OUString & rChartTypeServiceName, -- cgit