Kaydet (Commit) ee67ff6e authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: recusive -> recursive

üst 722f9e01
...@@ -63,7 +63,7 @@ OPreparedStatement::OPreparedStatement( OConnection* _pConnection,const OTypeInf ...@@ -63,7 +63,7 @@ OPreparedStatement::OPreparedStatement( OConnection* _pConnection,const OTypeInf
OSQLParseNode* pNode = aParser.parseTree(sErrorMessage,sql); OSQLParseNode* pNode = aParser.parseTree(sErrorMessage,sql);
if(pNode) if(pNode)
{ // special handling for parameters { // special handling for parameters
// we recusive replace all occurrences of ? in the statement and // we recursive replace all occurrences of ? in the statement and
// replace them with name like "parame" */ // replace them with name like "parame" */
sal_Int32 nParameterCount = 0; sal_Int32 nParameterCount = 0;
OUString sDefaultName( "parame" ); OUString sDefaultName( "parame" );
......
...@@ -337,7 +337,7 @@ void SwAccessibleContext::ScrolledOut( const SwRect& rOldVisArea ) ...@@ -337,7 +337,7 @@ void SwAccessibleContext::ScrolledOut( const SwRect& rOldVisArea )
// First of all, update the children. That's required to dispose // First of all, update the children. That's required to dispose
// all children that are existing only if they are visible. They // all children that are existing only if they are visible. They
// are not disposed by the recusive Dispose call that follows later on, // are not disposed by the recursive Dispose call that follows later on,
// because this call will only dispose children that are in the // because this call will only dispose children that are in the
// new vis area. The children we want to dispode however are in the // new vis area. The children we want to dispode however are in the
// old vis area all. // old vis area all.
......
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