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

Julien Nabet serval2412 at yahoo.fr
Fri Mar 13 13:35:12 PDT 2015


 dbaccess/source/ui/tabledesign/TableController.cxx |    4 ++--
 xmloff/source/chart/PropertyMaps.cxx               |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 119d19678ac58cd45d4a606a69d2f392e386d4e3
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Fri Mar 13 21:34:02 2015 +0100

    Typo: form the table->from the table
    
    Change-Id: I41f5ac20eff8d2ebd75ea13fff12154306cbacf4

diff --git a/dbaccess/source/ui/tabledesign/TableController.cxx b/dbaccess/source/ui/tabledesign/TableController.cxx
index 493527c..b21d9c8 100644
--- a/dbaccess/source/ui/tabledesign/TableController.cxx
+++ b/dbaccess/source/ui/tabledesign/TableController.cxx
@@ -527,7 +527,7 @@ void OTableController::impl_initialize()
     }
     try
     {
-        loadData();                 // fill the column information form the table
+        loadData();                 // fill the column information from the table
         getView()->initialize();    // show the windows and fill with our information
         ClearUndoManager();
         setModified(sal_False);     // and we are not modified yet
@@ -1510,7 +1510,7 @@ OUString OTableController::getPrivateTitle() const
 
 void OTableController::reload()
 {
-    loadData();                 // fill the column information form the table
+    loadData();                 // fill the column information from the table
     static_cast<OTableDesignView*>(getView())->reSync();    // show the windows and fill with our information
     ClearUndoManager();
     setModified(sal_False);     // and we are not modified yet
commit 84ec8274fa19147d85271c870920d1b189a7bb97
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Fri Mar 13 19:47:38 2015 +0100

    Typo: elemet->element
    
    Change-Id: I204c49239faf3574b72530ba1118defb1ae31ff3

diff --git a/xmloff/source/chart/PropertyMaps.cxx b/xmloff/source/chart/PropertyMaps.cxx
index 2abcc13..9b330d4 100644
--- a/xmloff/source/chart/PropertyMaps.cxx
+++ b/xmloff/source/chart/PropertyMaps.cxx
@@ -251,7 +251,7 @@ void XMLChartExportPropertyMapper::ContextFilter(
                 break;
 
             // the following property is deprecated
-            // elemet-item symbol-image is used now
+            // element-item symbol-image is used now
             case XML_SCH_CONTEXT_SPECIAL_SYMBOL_IMAGE_NAME:
                 property->mnIndex = -1;
                 break;


More information about the Libreoffice-commits mailing list