diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-10-15 20:43:00 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-10-16 10:21:56 +0200 |
commit | 05055f1873faa3544478908d2d877ec7f38c4a9c (patch) | |
tree | 6231c3ed0f725c807dde8c47719fd749d0f5ddcb /wizards | |
parent | a38960757cda7da8911688154ec4852a6b3e5e1b (diff) |
Fix typo
Change-Id: I66712db3b74e45728e3104c24823a962fd498037
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123677
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/sfwidgets/SF_PopupMenu.xba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/sfwidgets/SF_PopupMenu.xba b/wizards/source/sfwidgets/SF_PopupMenu.xba index 64a1af9a95a8..3ddda64306bd 100644 --- a/wizards/source/sfwidgets/SF_PopupMenu.xba +++ b/wizards/source/sfwidgets/SF_PopupMenu.xba @@ -657,7 +657,7 @@ Public Sub _Initialize(ByRef poPeer As Object _ ''' Complete the object creation process: ''' - Initialize the dictionaries ''' - initialize the root popup menu -''' - intialize the display area +''' - initialize the display area ''' - store the arguments for later use ''' Args: ''' poPeer: a peer window @@ -752,4 +752,4 @@ Finally: End Function ' SFWidgets.SF_PopupMenu._SplitMenuItem REM ============================================ END OF SFWIDGETS.SF_POPUPMENU -</script:module>
\ No newline at end of file +</script:module> |