diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 11:24:30 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 11:24:30 +0000 |
commit | a44d23debf342f1c8fd486021644e41137b2eec8 (patch) | |
tree | 3f11d9760360ee40742924dbdcbacb625432f351 /dbaccess/source/ui/control/toolboxcontroller.cxx | |
parent | fd52184775c4eae48450276891fed4826e5a46e9 (diff) |
INTEGRATION: CWS dba201b (1.6.38); FILE MERGED
2005/09/21 08:08:50 oj 1.6.38.2: RESYNC: (1.6-1.7); FILE MERGED
2005/07/25 11:19:41 fs 1.6.38.1: #i46726# no DROPDOWNONLY for .uno:Refresh
Diffstat (limited to 'dbaccess/source/ui/control/toolboxcontroller.cxx')
-rw-r--r-- | dbaccess/source/ui/control/toolboxcontroller.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dbaccess/source/ui/control/toolboxcontroller.cxx b/dbaccess/source/ui/control/toolboxcontroller.cxx index 53c7baaf7fcd..1d3fd7638718 100644 --- a/dbaccess/source/ui/control/toolboxcontroller.cxx +++ b/dbaccess/source/ui/control/toolboxcontroller.cxx @@ -4,9 +4,9 @@ * * $RCSfile: toolboxcontroller.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-08 14:37:20 $ + * last change: $Author: hr $ $Date: 2005-09-23 12:24:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -186,10 +186,6 @@ namespace dbaui // 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 ); } } // ----------------------------------------------------------------------------- |