diff options
author | Thomas Benisch <tbe@openoffice.org> | 2001-10-11 12:41:28 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2001-10-11 12:41:28 +0000 |
commit | 457c2999d7e341b15296d0c02e9ce3c8bc0c9bf3 (patch) | |
tree | ebc4f72323391c1f021f26a9870af1b00e6f61b7 /basctl | |
parent | 5b40a1f98575f1f1b24200384126d34588fb4090 (diff) |
#92973# GPF whwn select a modul in the object catalog in special cases
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/objdlg.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/basctl/source/basicide/objdlg.cxx b/basctl/source/basicide/objdlg.cxx index 03793f0ee5cf..3820f0154b16 100644 --- a/basctl/source/basicide/objdlg.cxx +++ b/basctl/source/basicide/objdlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: objdlg.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: tbe $ $Date: 2001-09-26 12:33:39 $ + * last change: $Author: tbe $ $Date: 2001-10-11 13:41:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -172,7 +172,6 @@ ObjectCatalog::ObjectCatalog( Window * pParent ) aMacroTreeList.SetWindowBits( WB_HASLINES ); aMacroTreeList.SetSelectHdl( LINK( this, ObjectCatalog, TreeListHighlightHdl ) ); - aMacroTreeList.SetDragDropMode( SV_DRAGDROP_CTRL_COPY ); aMacroTreeList.ScanAllBasics(); aMacroTreeList.ExpandAllTrees(); |