xmloff/source/chart/SchXMLSeries2Context.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ffa24aa035aca39633619ed4bcf0d59ff757626a Author: Stephan Bergmann <[email protected]> AuthorDate: Thu Nov 26 22:55:10 2020 +0100 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Fri Nov 27 01:57:24 2020 +0100 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 <[email protected]> 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<OUString, OUString> 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 <draw:stroke-dash> element and is not used directly as line property. //{"LineDash", "LabelBorderDash"}, { "LineDashName", "LabelBorderDashName" }, _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
