diff options
author | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2013-09-29 22:17:09 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-09 13:59:31 +0000 |
commit | cb1c2d1482d9eae7665d82fc7560ca1b75707da2 (patch) | |
tree | 7e50a8845779815d12c10de9a1ee45f64f34a500 /cui/source | |
parent | 33e97347ac5b1a3206ddcc2c8313c7e88461bb0b (diff) |
fdo#63866 Remove checkbox also for new separators
Change-Id: I2894b7ffc186836890ab7b8117e2c7ca43bd21be
Reviewed-on: https://gerrit.libreoffice.org/6087
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source')
-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 ); |