diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-09-05 22:32:22 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-11-26 21:11:11 +0100 |
commit | cfddbf52ea6aed12b0c69a151d3caf4b5732a263 (patch) | |
tree | 3838ecee460b5ec3da39e33f1ee3ac06691f31a7 /xmloff/source/chart/SchXMLSeries2Context.cxx | |
parent | 05e2e652934eea74e129a40aaa384ab3af39a388 (diff) |
Fix typo
Change-Id: I9bc856d4d7370f2a5fa09001d5b8b933bc72e96f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102095
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff/source/chart/SchXMLSeries2Context.cxx')
-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 939e2c3ae29c..45deb25fa8ff 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" }, - // The name "LaberBorderDash" ist defined, but the associated API name "LineDash" belongs to + // TThe 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" }, |