Kaydet (Commit) d633e803 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: Id7d66c06e18dbccd5c85ba36143bdb6cee7a5197
Reviewed-on: https://gerrit.libreoffice.org/53564Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 22a34b3b
...@@ -183,7 +183,7 @@ public class _XSingleSelectQueryAnalyzer extends MultiMethodTest { ...@@ -183,7 +183,7 @@ public class _XSingleSelectQueryAnalyzer extends MultiMethodTest {
} }
/** /**
* Method <code>getGroupColumns</code> retunrs a <code>XIndexAccess</code> * Method <code>getGroupColumns</code> returns a <code>XIndexAccess</code>
* Test has ok status if returned value is an usable <code>XIndexAccess</code> * Test has ok status if returned value is an usable <code>XIndexAccess</code>
*/ */
public void _getGroupColumns() { public void _getGroupColumns() {
...@@ -267,7 +267,7 @@ public class _XSingleSelectQueryAnalyzer extends MultiMethodTest { ...@@ -267,7 +267,7 @@ public class _XSingleSelectQueryAnalyzer extends MultiMethodTest {
} }
/** /**
* Method <code>getGroupColumns</code> retunrs a <code>XIndexAccess</code> * Method <code>getGroupColumns</code> returns a <code>XIndexAccess</code>
* Test has ok status if returned value is an usable <code>XIndexAccess</code> * Test has ok status if returned value is an usable <code>XIndexAccess</code>
*/ */
public void _getOrderColumns() { public void _getOrderColumns() {
......
...@@ -984,7 +984,7 @@ class PythonScriptProvider( unohelper.Base, XBrowseNode, XScriptProvider, XNameC ...@@ -984,7 +984,7 @@ class PythonScriptProvider( unohelper.Base, XBrowseNode, XScriptProvider, XNameC
def getType( self ): def getType( self ):
return self.dirBrowseNode.getType() return self.dirBrowseNode.getType()
# retreive function args in parenthesis # retrieve function args in parenthesis
def getFunctionArguments(self, func_signature): def getFunctionArguments(self, func_signature):
nOpenParenthesis = func_signature.find( "(" ) nOpenParenthesis = func_signature.find( "(" )
if -1 == nOpenParenthesis: if -1 == nOpenParenthesis:
...@@ -1013,7 +1013,7 @@ class PythonScriptProvider( unohelper.Base, XBrowseNode, XScriptProvider, XNameC ...@@ -1013,7 +1013,7 @@ class PythonScriptProvider( unohelper.Base, XBrowseNode, XScriptProvider, XNameC
fileUri = storageUri[0:storageUri.find( "$" )] fileUri = storageUri[0:storageUri.find( "$" )]
funcName = storageUri[storageUri.find( "$" )+1:len(storageUri)] funcName = storageUri[storageUri.find( "$" )+1:len(storageUri)]
# retreive arguments in parenthesis # retrieve arguments in parenthesis
funcName, funcArgs = self.getFunctionArguments(funcName) funcName, funcArgs = self.getFunctionArguments(funcName)
log.debug( " getScript : parsed funcname " + str(funcName) ) log.debug( " getScript : parsed funcname " + str(funcName) )
log.debug( " getScript : func args " + str(funcArgs) ) log.debug( " getScript : func args " + str(funcArgs) )
......
...@@ -4877,7 +4877,7 @@ static bool ImplIsValidItem( const ImplToolItem* pItem, bool bNotClipped ) ...@@ -4877,7 +4877,7 @@ static bool ImplIsValidItem( const ImplToolItem* pItem, bool bNotClipped )
bool ToolBox::ChangeHighlightUpDn( bool bUp ) bool ToolBox::ChangeHighlightUpDn( bool bUp )
{ {
return ImplChangeHighlightUpDn(bUp, /*bNoCyle*/ false); return ImplChangeHighlightUpDn(bUp, /*bNoCycle*/ false);
} }
bool ToolBox::ImplChangeHighlightUpDn( bool bUp, bool bNoCycle ) bool ToolBox::ImplChangeHighlightUpDn( bool bUp, bool bNoCycle )
......
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