diff options
-rw-r--r-- | cui/source/customize/cfg.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx index 95f75f37151a..a63586568cb5 100644 --- a/cui/source/customize/cfg.cxx +++ b/cui/source/customize/cfg.cxx @@ -3455,6 +3455,7 @@ IMPL_LINK( SvxToolbarConfigPage, EntrySelectHdl, MenuButton *, pButton ) SvTreeListEntry* pNewLBEntry = InsertEntry( pNewEntryData ); + aContentsListBox->SetCheckButtonInvisible( pNewLBEntry ); aContentsListBox->SetCheckButtonState( pNewLBEntry, SV_BUTTON_TRISTATE ); |