summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-09-05 22:32:22 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-11-26 21:11:11 +0100
commitcfddbf52ea6aed12b0c69a151d3caf4b5732a263 (patch)
tree3838ecee460b5ec3da39e33f1ee3ac06691f31a7 /xmloff/source
parent05e2e652934eea74e129a40aaa384ab3af39a388 (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')
-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 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" },