xmloff/source/chart/SchXMLSeries2Context.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cfddbf52ea6aed12b0c69a151d3caf4b5732a263
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Sat Sep 5 22:32:22 2020 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Thu Nov 26 21:11:11 2020 +0100

    Fix typo
    
    Change-Id: I9bc856d4d7370f2a5fa09001d5b8b933bc72e96f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102095
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <[email protected]>

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" },
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to