diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-07-05 09:15:13 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-07-05 09:15:13 +0000 |
commit | a6ef7cd9ced9a9149fe5745046ee4b52a708bd51 (patch) | |
tree | 8bc29ed9ea1f983eb6b94c65be4b6941a818191a /svx/source/form/filtnav.cxx | |
parent | d78ad5928a29a545b51a040e27e52d56a27c039c (diff) |
#89181# TF_SVDATA
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)); |