Author: mseidel
Date: Fri May 11 20:33:16 2018
New Revision: 1831445
URL: http://svn.apache.org/viewvc?rev=1831445&view=rev
Log:
Fixed typos
Modified:
openoffice/trunk/main/connectivity/source/drivers/dbase/DTable.cxx
openoffice/trunk/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Worksheet.java
Modified: openoffice/trunk/main/connectivity/source/drivers/dbase/DTable.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/connectivity/source/drivers/dbase/DTable.cxx?rev=1831445&r1=1831444&r2=1831445&view=diff
==============================================================================
--- openoffice/trunk/main/connectivity/source/drivers/dbase/DTable.cxx
(original)
+++ openoffice/trunk/main/connectivity/source/drivers/dbase/DTable.cxx Fri May
11 20:33:16 2018
@@ -2533,7 +2533,7 @@ String ODbaseTable::createTempFile()
void ODbaseTable::copyData(ODbaseTable* _pNewTable,sal_Int32 _nPos)
{
RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, "dbase", "[email protected]",
"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)
Modified:
openoffice/trunk/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Worksheet.java
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Worksheet.java?rev=1831445&r1=1831444&r2=1831445&view=diff
==============================================================================
---
openoffice/trunk/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Worksheet.java
(original)
+++
openoffice/trunk/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Worksheet.java
Fri May 11 20:33:16 2018
@@ -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
*/