summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-11-26 22:55:10 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-11-27 01:57:24 +0100
commitffa24aa035aca39633619ed4bcf0d59ff757626a (patch)
tree4dccf0e1a21bfd1c54246890e91fa6882752bf57
parenta470932949c3e8ee28aaf77a71a90a957bbfe1ce (diff)
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 <fitojb@ubuntu.com>
-rw-r--r--xmloff/source/chart/SchXMLSeries2Context.cxx2
1 files changed, 1 insertions, 1 deletions
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" },