summaryrefslogtreecommitdiff
path: root/wizards/source/sfwidgets/SF_PopupMenu.xba
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/sfwidgets/SF_PopupMenu.xba')
-rw-r--r--wizards/source/sfwidgets/SF_PopupMenu.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/sfwidgets/SF_PopupMenu.xba b/wizards/source/sfwidgets/SF_PopupMenu.xba
index 3ddda64306bd..8f231983551a 100644
--- a/wizards/source/sfwidgets/SF_PopupMenu.xba
+++ b/wizards/source/sfwidgets/SF_PopupMenu.xba
@@ -534,7 +534,7 @@ Try:
Case cstNormal
.insertItem(LastItem, sName, 0, -1)
Case cstCheck
- .insertItem(LastItem, sName, com.sun.star.awt.MenuItemStyle.AUTOCHECK, -1)
+ .insertItem(LastItem, sName, com.sun.star.awt.MenuItemStyle.CHECKABLE, -1)
.checkItem(LastItem, Status)
Case cstRadio
.insertItem(LastItem, sName, com.sun.star.awt.MenuItemStyle.RADIOCHECK, -1)
@@ -752,4 +752,4 @@ Finally:
End Function ' SFWidgets.SF_PopupMenu._SplitMenuItem
REM ============================================ END OF SFWIDGETS.SF_POPUPMENU
-</script:module>
+</script:module> \ No newline at end of file