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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 5 05:57:06 UTC 2019


 chart2/source/controller/main/ChartController_Properties.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d48f5dc1a0ed0c2c41888c91d8f9f140c58b27b3
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Apr 4 19:21:04 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Apr 5 07:56:35 2019 +0200

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

diff --git a/chart2/source/controller/main/ChartController_Properties.cxx b/chart2/source/controller/main/ChartController_Properties.cxx
index f40ab6fc7702..9a0242081da2 100644
--- a/chart2/source/controller/main/ChartController_Properties.cxx
+++ b/chart2/source/controller/main/ChartController_Properties.cxx
@@ -299,7 +299,7 @@ wrapper::ItemConverter* createItemConverter(
     }
     else
     {
-        //create itemconverter for a all objects of given type
+        //create itemconverter for all objects of given type
         switch(eObjectType)
         {
             case OBJECTTYPE_TITLE:


More information about the Libreoffice-commits mailing list