summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-04-21 17:34:07 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-04-22 10:44:06 +0200
commitdabe502c362f528a529e14a90abcc79d95d393be (patch)
tree43c61d2f7b183bb5b4e2df787142947709f89a02 /wizards
parent5c47997694adbaedfed5c20f861e493b4e07c134 (diff)
Fix typo
Change-Id: I59aea5a7b71d6ddf14d4d7d22b61bdc8ab01ae3b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150767 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/sfdialogs/SF_DialogUtils.xba2
1 files changed, 1 insertions, 1 deletions
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
-&apos;&apos;&apos; Move the top-left corner of a dialog or a diaog control to new coordinates and/or modify its dimensions
+&apos;&apos;&apos; Move the top-left corner of a dialog or a dialog control to new coordinates and/or modify its dimensions
&apos;&apos;&apos; Without arguments, the method resets the initial dimensions
&apos;&apos;&apos; Attributes denoting the position and size of a dialog are expressed in &quot;Map AppFont&quot; units.
&apos;&apos;&apos; Map AppFont units are device and resolution independent.