cui/source/customize/cfg.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit cb1c2d1482d9eae7665d82fc7560ca1b75707da2 Author: Samuel Mehrbrodt <s.mehrbr...@gmail.com> Date: Sun Sep 29 22:17:09 2013 +0200
fdo#63866 Remove checkbox also for new separators Change-Id: I2894b7ffc186836890ab7b8117e2c7ca43bd21be Reviewed-on: https://gerrit.libreoffice.org/6087 Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx index 95f75f3..a635865 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 );
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits