[Libreoffice-commits] core.git: Branch 'aoo/trunk' - connectivity/source xmerge/source

Matthias Seidel mseidel at apache.org
Fri May 11 22:10:20 UTC 2018


 connectivity/source/drivers/dbase/DTable.cxx                                                    |    2 +-
 xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Worksheet.java |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 21e6a05a3614af73bf142e66f75e24d3d2579b34
Author: Matthias Seidel <mseidel at apache.org>
Date:   Fri May 11 20:33:16 2018 +0000

    Fixed typos

diff --git a/connectivity/source/drivers/dbase/DTable.cxx b/connectivity/source/drivers/dbase/DTable.cxx
index 29563a668d5a..8a5e03335c70 100644
--- a/connectivity/source/drivers/dbase/DTable.cxx
+++ b/connectivity/source/drivers/dbase/DTable.cxx
@@ -2533,7 +2533,7 @@ String ODbaseTable::createTempFile()
 void ODbaseTable::copyData(ODbaseTable* _pNewTable,sal_Int32 _nPos)
 {
     RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, "dbase", "Ocke.Janssen at sun.com", "ODbaseTable::copyData" );
-    sal_Int32 nPos = _nPos + 1; // +1 because we always have the bookmark clumn as well
+    sal_Int32 nPos = _nPos + 1; // +1 because we always have the bookmark column as well
     OValueRefRow aRow = new OValueRefVector(m_pColumns->getCount());
     OValueRefRow aInsertRow;
     if(_nPos)
diff --git a/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Worksheet.java b/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Worksheet.java
index 0aa9b30e73d7..d0568e6ced11 100644
--- a/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Worksheet.java
+++ b/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Worksheet.java
@@ -219,7 +219,7 @@ public class Worksheet {
     }
 
     /**
-      * Adds a cell to this worksheet. Current valdid celltypes are
+      * Adds a cell to this worksheet. Current valid celltypes are
      * <code>FloatNumber</code>, <code>LabelCell</code> or <code>Formula</code>
      *
       * @param  br
@@ -230,7 +230,7 @@ public class Worksheet {
 
     /**
       * Adds a number of ColInfo Records to the worksheet base on a list of
-     * clumnwidths passed in
+     * columnwidths passed in
      *
       * @param r    list of column widths
       */


More information about the Libreoffice-commits mailing list