wizards/source/sfdialogs/SF_DialogUtils.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit dabe502c362f528a529e14a90abcc79d95d393be Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Apr 21 17:34:07 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Apr 22 10:44:06 2023 +0200 Fix typo Change-Id: I59aea5a7b71d6ddf14d4d7d22b61bdc8ab01ae3b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150767 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/wizards/source/sfdialogs/SF_DialogUtils.xba b/wizards/source/sfdialogs/SF_DialogUtils.xba index d8dc1b56e2a1..b5f83632fe45 100644 --- a/wizards/source/sfdialogs/SF_DialogUtils.xba +++ b/wizards/source/sfdialogs/SF_DialogUtils.xba @@ -164,7 +164,7 @@ Public Function _Resize(ByRef Control As Object _ , Optional ByVal Width As Variant _ , Optional ByVal Height As Variant _ ) As Boolean -''' Move the top-left corner of a dialog or a diaog control to new coordinates and/or modify its dimensions +''' Move the top-left corner of a dialog or a dialog control to new coordinates and/or modify its dimensions ''' Without arguments, the method resets the initial dimensions ''' Attributes denoting the position and size of a dialog are expressed in "Map AppFont" units. ''' Map AppFont units are device and resolution independent.