diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-10-15 21:23:54 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-10-16 10:21:03 +0200 |
commit | a38960757cda7da8911688154ec4852a6b3e5e1b (patch) | |
tree | cccf4f0ea1e1e40a0a94c4dddc0dfaef1a1b9c92 /wizards | |
parent | 314fbd4cfa3a2f4125c9badc9033758b720db0f7 (diff) |
Fix typo
Change-Id: I101231dc8daa99254a086bd635817e20c23a8ff4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123679
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/sfwidgets/SF_PopupMenu.xba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/sfwidgets/SF_PopupMenu.xba b/wizards/source/sfwidgets/SF_PopupMenu.xba index 320ac4a22ab2..64a1af9a95a8 100644 --- a/wizards/source/sfwidgets/SF_PopupMenu.xba +++ b/wizards/source/sfwidgets/SF_PopupMenu.xba @@ -661,7 +661,7 @@ Public Sub _Initialize(ByRef poPeer As Object _ ''' - store the arguments for later use ''' Args: ''' poPeer: a peer window -''' plXPos, plYPos: the coordina +''' plXPos, plYPos: the coordinates Try: ' Initialize the dictionaries |