From ffa24aa035aca39633619ed4bcf0d59ff757626a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 26 Nov 2020 22:55:10 +0100 Subject: Fix typo in comment ...introduced with cfddbf52ea6aed12b0c69a151d3caf4b5732a263 "Fix typo" Change-Id: Id3888f0216a7702d7f09d25d069d50f64859eff9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106714 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- xmloff/source/chart/SchXMLSeries2Context.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/source') diff --git a/xmloff/source/chart/SchXMLSeries2Context.cxx b/xmloff/source/chart/SchXMLSeries2Context.cxx index 45deb25fa8ff..36aae6c8fdab 100644 --- a/xmloff/source/chart/SchXMLSeries2Context.cxx +++ b/xmloff/source/chart/SchXMLSeries2Context.cxx @@ -828,7 +828,7 @@ const std::pair aApiToLabelFooPairs[] = { { "LineStyle", "LabelBorderStyle" }, { "LineWidth", "LabelBorderWidth" }, { "LineColor", "LabelBorderColor" }, - // TThe name "LabelBorderDash" is defined, but the associated API name "LineDash" belongs to + // The name "LabelBorderDash" is defined, but the associated API name "LineDash" belongs to // the element and is not used directly as line property. //{"LineDash", "LabelBorderDash"}, { "LineDashName", "LabelBorderDashName" }, -- cgit