summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 18:16:41 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 18:16:41 +0000
commita92bec9d6d0c59450f58796b6cd7c07c95eb9293 (patch)
tree76ea4d096597dfb706c648150439f70e4a63eff2 /extensions/source
parentbfbf2ce6b9df1c7a6f29a72c8476e10c3e126522 (diff)
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
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/propctrlr/taborder.cxx14
1 files changed, 1 insertions, 13 deletions
diff --git a/extensions/source/propctrlr/taborder.cxx b/extensions/source/propctrlr/taborder.cxx
index 712de8a9d6ca..9ce48b313e82 100644
--- a/extensions/source/propctrlr/taborder.cxx
+++ b/extensions/source/propctrlr/taborder.cxx
@@ -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 )
{