[Libreoffice-commits] core.git: cui/source

Samuel Mehrbrodt s.mehrbrodt at gmail.com
Wed Oct 9 06:59:52 PDT 2013


 cui/source/customize/cfg.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit cb1c2d1482d9eae7665d82fc7560ca1b75707da2
Author: Samuel Mehrbrodt <s.mehrbrodt at 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 <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at 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 );
 


More information about the Libreoffice-commits mailing list