[Libreoffice-commits] core.git: xmloff/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Nov 26 20:11:58 UTC 2020


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

New commits:
commit cfddbf52ea6aed12b0c69a151d3caf4b5732a263
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Sep 5 22:32:22 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>

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" },


More information about the Libreoffice-commits mailing list