diff options
author | Thomas Benisch <tbe@openoffice.org> | 2001-06-26 08:03:22 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2001-06-26 08:03:22 +0000 |
commit | dee619cf993ccca686f79db54820a622c674660b (patch) | |
tree | 66781779b4c21b51c18ec753ef28e30f0f05b3dd /basctl/source/basicide/objdlg.cxx | |
parent | 93c23d5cf6eb7e6c9c41af7ced92cee19788472c (diff) |
removed Drag&Drop from ObjectTreeListBox
Diffstat (limited to 'basctl/source/basicide/objdlg.cxx')
-rw-r--r-- | basctl/source/basicide/objdlg.cxx | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/basctl/source/basicide/objdlg.cxx b/basctl/source/basicide/objdlg.cxx index 2451722d9ea6..5405babee313 100644 --- a/basctl/source/basicide/objdlg.cxx +++ b/basctl/source/basicide/objdlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: objdlg.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: tbe $ $Date: 2001-06-15 08:45:17 $ + * last change: $Author: tbe $ $Date: 2001-06-26 09:03:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,16 +84,6 @@ //#include <sfx2/sfxhelp.hxx> //#endif -#ifndef _SV_CLIP_HXX //autogen -#include <vcl/clip.hxx> -#endif - -#ifndef _SV_DRAG_HXX //autogen -#include <vcl/drag.hxx> -#endif - - - ObjectTreeListBox::ObjectTreeListBox( Window* pParent, const ResId& rRes ) : BasicTreeListBox( pParent, rRes ) @@ -106,6 +96,7 @@ ObjectTreeListBox::~ObjectTreeListBox() void ObjectTreeListBox::Command( const CommandEvent& rCEvt ) { + /* if ( rCEvt.GetCommand() == COMMAND_STARTDRAG ) { String aText; @@ -132,6 +123,7 @@ void ObjectTreeListBox::Command( const CommandEvent& rCEvt ) DragServer::Clear(); } } + */ } void ObjectTreeListBox::MouseButtonDown( const MouseEvent& rMEvt ) |