Tag: cws_src680_dba201b User: fs Date: 05/07/25 04:19:44 Modified: /dba/dbaccess/source/ui/control/ toolboxcontroller.cxx
Log: #i46726# no DROPDOWNONLY for .uno:Refresh File Changes: Directory: /dba/dbaccess/source/ui/control/ =========================================== File [changed]: toolboxcontroller.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/control/toolboxcontroller.cxx?r1=1.6&r2=1.6.38.1 Delta lines: +3 -7 ------------------- --- toolboxcontroller.cxx 15 Mar 2005 09:30:38 -0000 1.6 +++ toolboxcontroller.cxx 25 Jul 2005 11:19:41 -0000 1.6.38.1 @@ -2,9 +2,9 @@ * * $RCSfile: toolboxcontroller.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.6.38.1 $ * - * last change: $Author: obo $ $Date: 2005/03/15 09:30:38 $ + * last change: $Author: fs $ $Date: 2005/07/25 11:19:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -212,10 +212,6 @@ // check if paste special is allowed, when not don't add DROPDOWN pToolBox->SetItemBits(m_nToolBoxId,pToolBox->GetItemBits(m_nToolBoxId) | TIB_DROPDOWN); - - // refresh needs a different toolbox item style! - if ( m_aCommandURL.equalsAscii( ".uno:Refresh" )) - pToolBox->SetItemBits( m_nToolBoxId, pToolBox->GetItemBits( m_nToolBoxId ) | TIB_DROPDOWNONLY ); } } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
