Kaydet (Commit) a92bec9d authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS mba30patches01 (1.10.40); FILE MERGED

2008/04/23 10:50:06 mba 1.10.40.2: RESYNC: (1.10-1.11); FILE MERGED
2008/03/18 15:41:00 mba 1.10.40.1: #i86365#: remove unused code
üst bfbf2ce6
......@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: taborder.cxx,v $
* $Revision: 1.11 $
* $Revision: 1.12 $
*
* This file is part of OpenOffice.org.
*
......@@ -323,18 +323,6 @@ namespace pcr
//========================================================================
DBG_NAME(TabOrderListBox);
//------------------------------------------------------------------------
TabOrderListBox::TabOrderListBox( Window* pParent )
:SvTreeListBox( pParent, WB_BORDER )
{
DBG_CTOR(TabOrderListBox,NULL);
// with the following, the AcceptDrop of the base class does the scrolling when the
// window border is reached
SetDragDropMode(0xFFFF/*SV_DRAGDROP_CTRL_MOVE*/);
// Hmm. The flag alone is not enough, so to be on the safe side ...
SetSelectionMode( MULTIPLE_SELECTION );
}
//------------------------------------------------------------------------
TabOrderListBox::TabOrderListBox( Window* pParent, const ResId& rResId )
:SvTreeListBox( pParent, rResId )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment