Fix typos
Change-Id: Id7d66c06e18dbccd5c85ba36143bdb6cee7a5197 Reviewed-on: https://gerrit.libreoffice.org/53564 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
22a34b3b7a
commit
d633e80334
@@ -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>
|
||||
*/
|
||||
public void _getGroupColumns() {
|
||||
@@ -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>
|
||||
*/
|
||||
public void _getOrderColumns() {
|
||||
|
@@ -984,7 +984,7 @@ class PythonScriptProvider( unohelper.Base, XBrowseNode, XScriptProvider, XNameC
|
||||
def getType( self ):
|
||||
return self.dirBrowseNode.getType()
|
||||
|
||||
# retreive function args in parenthesis
|
||||
# retrieve function args in parenthesis
|
||||
def getFunctionArguments(self, func_signature):
|
||||
nOpenParenthesis = func_signature.find( "(" )
|
||||
if -1 == nOpenParenthesis:
|
||||
@@ -1013,7 +1013,7 @@ class PythonScriptProvider( unohelper.Base, XBrowseNode, XScriptProvider, XNameC
|
||||
fileUri = storageUri[0:storageUri.find( "$" )]
|
||||
funcName = storageUri[storageUri.find( "$" )+1:len(storageUri)]
|
||||
|
||||
# retreive arguments in parenthesis
|
||||
# retrieve arguments in parenthesis
|
||||
funcName, funcArgs = self.getFunctionArguments(funcName)
|
||||
log.debug( " getScript : parsed funcname " + str(funcName) )
|
||||
log.debug( " getScript : func args " + str(funcArgs) )
|
||||
|
@@ -4877,7 +4877,7 @@ static bool ImplIsValidItem( const ImplToolItem* pItem, bool bNotClipped )
|
||||
|
||||
bool ToolBox::ChangeHighlightUpDn( bool bUp )
|
||||
{
|
||||
return ImplChangeHighlightUpDn(bUp, /*bNoCyle*/ false);
|
||||
return ImplChangeHighlightUpDn(bUp, /*bNoCycle*/ false);
|
||||
}
|
||||
|
||||
bool ToolBox::ImplChangeHighlightUpDn( bool bUp, bool bNoCycle )
|
||||
|
Reference in New Issue
Block a user