diff options
Diffstat (limited to 'svx/source/form/filtnav.cxx')
-rw-r--r-- | svx/source/form/filtnav.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx index dbcdf715aba9..d47c68dd44cc 100644 --- a/svx/source/form/filtnav.cxx +++ b/svx/source/form/filtnav.cxx @@ -2,9 +2,9 @@ * * $RCSfile: filtnav.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: fs $ $Date: 2001-05-31 15:18:26 $ + * last change: $Author: oj $ $Date: 2001-07-05 10:15:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1271,7 +1271,10 @@ FmFilterNavigator::FmFilterNavigator( Window* pParent ) EnableInplaceEditing( sal_True ); SetSelectionMode(MULTIPLE_SELECTION); +#ifndef TF_SVDATA EnableDrop(); +#endif // TF_SVDATA + SetDragDropMode(0xFFFF); m_aSelectTimer.SetTimeoutHdl(LINK(this, FmFilterNavigator, OnSelect)); |