diff options
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/chart/SchXMLSeries2Context.cxx | 2 |
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" }, |