wizards/source/sfdialogs/SF_Dialog.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 1fbdc783980e9ed45f67c7224493406935af70ee Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Jan 15 13:22:28 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Jan 22 17:18:14 2026 +0100 Fix typo Change-Id: Ic2f962595d93f79e798a5d77a5f90b8c4ea3595a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197348 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/wizards/source/sfdialogs/SF_Dialog.xba b/wizards/source/sfdialogs/SF_Dialog.xba index da60b3b07ed1..09b4bdc92111 100644 --- a/wizards/source/sfdialogs/SF_Dialog.xba +++ b/wizards/source/sfdialogs/SF_Dialog.xba @@ -573,7 +573,7 @@ Check: Try: ' A dynamic dialog has no stable view before it is made visible => The top-left coordinate cannot be computed If _BuiltFromScratch And Not _DialogControl.IsVisible() Then _DialogControl.setVisible(True) - ' The nosition is computed in pixels + ' The position is computed in pixels Set oPosSize = _DialogControl.getPosSize() With oPosSize _DialogControl.setPosSize( _ @@ -3357,4 +3357,4 @@ Private Function _Repr() As String End Function ' SFDialogs.SF_Dialog._Repr REM ============================================ END OF SFDIALOGS.SF_DIALOG -</script:module> \ No newline at end of file +</script:module>
