Kaydet (Commit) dcd5136b authored tarafından Julien Nabet's avatar Julien Nabet

Fix typos

Change-Id: I39d54e3f635be6cb7a42fc9a0f7055619c885950
üst 578b7df3
...@@ -292,7 +292,7 @@ void OKeySet::construct(const Reference< XResultSet>& _xDriverSet,const ::rtl::O ...@@ -292,7 +292,7 @@ void OKeySet::construct(const Reference< XResultSet>& _xDriverSet,const ::rtl::O
findTableColumnsMatching_throw(makeAny(m_xTable),m_sUpdateTableName,xMeta,xQueryColumns,m_pKeyColumnNames); findTableColumnsMatching_throw(makeAny(m_xTable),m_sUpdateTableName,xMeta,xQueryColumns,m_pKeyColumnNames);
// the first row is empty because it's now easier for us to distinguish when we are beforefirst or first // the first row is empty because it's now easier for us to distinguish when we are beforefirst or first
// without extra varaible to be set // without extra variable to be set
m_aKeyMap.insert(OKeySetMatrix::value_type(0,OKeySetValue(NULL,::std::pair<sal_Int32,Reference<XRow> >(0,NULL)))); m_aKeyMap.insert(OKeySetMatrix::value_type(0,OKeySetValue(NULL,::std::pair<sal_Int32,Reference<XRow> >(0,NULL))));
m_aKeyIter = m_aKeyMap.begin(); m_aKeyIter = m_aKeyMap.begin();
......
...@@ -47,7 +47,7 @@ import org.openoffice.xmerge.converter.xml.sxc.pexcel.records.Workbook; ...@@ -47,7 +47,7 @@ import org.openoffice.xmerge.converter.xml.sxc.pexcel.records.Workbook;
* Operands Floating point's, Cell references (absolute and relative), * Operands Floating point's, Cell references (absolute and relative),
* cell ranges<br> * cell ranges<br>
* Operators +,-,*,/,&lt;,&gt;.&lt;=,&gt;=,&lt;&gt;<br> * Operators +,-,*,/,&lt;,&gt;.&lt;=,&gt;=,&lt;&gt;<br>
* Functions All pexcel fixed and varaible argument functions * Functions All pexcel fixed and variable argument functions
* *
*/ */
public class TokenDecoder { public class TokenDecoder {
......
...@@ -44,7 +44,7 @@ import org.openoffice.xmerge.converter.xml.sxc.pexcel.records.DefinedName; ...@@ -44,7 +44,7 @@ import org.openoffice.xmerge.converter.xml.sxc.pexcel.records.DefinedName;
* Operands Floating point's, Cell references (absolute and relative), * Operands Floating point's, Cell references (absolute and relative),
* cell ranges * cell ranges
* Operators +,-,*,/,&lt;,&gt;.&lt;=,&gt;=,&lt;&gt; * Operators +,-,*,/,&lt;,&gt;.&lt;=,&gt;=,&lt;&gt;
* Functions All pexcel fixed and varaible argument functions * Functions All pexcel fixed and variable argument functions
* *
*/ */
public class TokenEncoder { public class TokenEncoder {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment