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

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Fri Nov 27 00:58:11 UTC 2020


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

New commits:
commit ffa24aa035aca39633619ed4bcf0d59ff757626a
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Nov 26 22:55:10 2020 +0100
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Fri Nov 27 01:57:24 2020 +0100

    Fix typo in comment
    
    ...introduced with cfddbf52ea6aed12b0c69a151d3caf4b5732a263 "Fix typo"
    
    Change-Id: Id3888f0216a7702d7f09d25d069d50f64859eff9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106714
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

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


More information about the Libreoffice-commits mailing list