[Libreoffice-commits] core.git: 2 commits - chart2/source connectivity/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 11 05:05:50 UTC 2019


 chart2/source/model/main/DataPointProperties.hxx   |    2 +-
 connectivity/source/drivers/macab/MacabRecords.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c9c9f4e50cdcd64415b96448f873cd56ee09b55f
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jun 10 16:56:45 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jun 11 07:05:07 2019 +0200

    Fix typo
    
    Change-Id: Ib8d930ef4627d8c562c39842efdb3c31d87b7863
    Reviewed-on: https://gerrit.libreoffice.org/73787
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/chart2/source/model/main/DataPointProperties.hxx b/chart2/source/model/main/DataPointProperties.hxx
index 4b46e1a58397..51f1d81a71b7 100644
--- a/chart2/source/model/main/DataPointProperties.hxx
+++ b/chart2/source/model/main/DataPointProperties.hxx
@@ -84,7 +84,7 @@ namespace DataPointProperties
         PROP_DATAPOINT_LABEL_BORDER_TRANS,
         PROP_DATAPOINT_CUSTOM_LABEL_FIELDS
 
-        // additionally some properites from ::chart::LineProperties
+        // additionally some properties from ::chart::LineProperties
     };
 
     void AddPropertiesToVector(
commit 80ff1ba2e16dcabd304b8968a3830a9c3dc9187e
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jun 10 16:56:44 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jun 11 07:04:42 2019 +0200

    Fix typo
    
    Change-Id: I2ad6228e21dd51be90a289cc438cf640d453d8d7
    Reviewed-on: https://gerrit.libreoffice.org/73788
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/connectivity/source/drivers/macab/MacabRecords.cxx b/connectivity/source/drivers/macab/MacabRecords.cxx
index 58695a8701ff..fa9ba34b86ef 100644
--- a/connectivity/source/drivers/macab/MacabRecords.cxx
+++ b/connectivity/source/drivers/macab/MacabRecords.cxx
@@ -353,7 +353,7 @@ MacabHeader *MacabRecords::createHeaderForRecordType(const CFArrayRef _records,
      *
      * Note: with the addition of required properties, I am not sure that
      * this method still works for kABGroupRecordType (since the required
-     * properites are all for kABPersonRecordType).
+     * properties are all for kABPersonRecordType).
      *
      * Note: required properties are constructed in the method
      * bootstrap_requiredProperties() (above).


More information about the Libreoffice-commits mailing list