wizards/source/sfdialogs/SF_DialogControl.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8eed6f0bea900368e7e2468990504b8b3eaeb60c Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Mar 14 14:19:24 2023 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Tue Mar 14 14:04:01 2023 +0000 Fix typo Change-Id: I3c7b644de7b6e6bf46161a33f56eb89df662777c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148876 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/wizards/source/sfdialogs/SF_DialogControl.xba b/wizards/source/sfdialogs/SF_DialogControl.xba index 081885301bf7..d7fd10ebd5ea 100644 --- a/wizards/source/sfdialogs/SF_DialogControl.xba +++ b/wizards/source/sfdialogs/SF_DialogControl.xba @@ -1238,7 +1238,7 @@ Try: _GridColumnModel.removeColumn(i) Next i - ' LBounds, UBounds - Basic or Pytho + ' LBounds, UBounds - Basic or Python iDims = ScriptForge.SF_Array.CountDims(DataArray) Select Case iDims Case -1, 0 : GoTo Catch
