summaryrefslogtreecommitdiff
path: root/basctl/source/basicide
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 14:23:37 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 14:23:37 +0000
commit74c03e7e1c3d7d2ec2f6f7dfa0952e0d70f04887 (patch)
treee51de068d44c2be3409781587faacfda33e922b5 /basctl/source/basicide
parent47f810f03af10d45b861cfa2901e2f67bb8d82de (diff)
INTEGRATION: CWS fwkp2fix02 (1.34.24); FILE MERGED
2004/11/03 08:49:12 mba 1.34.24.1: #i26505#: remove LockDispatcher method
Diffstat (limited to 'basctl/source/basicide')
-rw-r--r--basctl/source/basicide/basides1.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/basctl/source/basicide/basides1.cxx b/basctl/source/basicide/basides1.cxx
index f8189f0019c5..8abcbbe9e287 100644
--- a/basctl/source/basicide/basides1.cxx
+++ b/basctl/source/basicide/basides1.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basides1.cxx,v $
*
- * $Revision: 1.37 $
+ * $Revision: 1.38 $
*
- * last change: $Author: obo $ $Date: 2004-11-17 10:26:27 $
+ * last change: $Author: obo $ $Date: 2004-11-17 15:23:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1207,9 +1207,10 @@ long BasicIDEShell::CallBasicBreakHdl( StarBASIC* pBasic )
{
if ( bAppWindowDisabled )
Application::GetDefDialogParent()->Enable( FALSE );
+ /*
if ( bDispatcherLocked )
SFX_APP()->LockDispatcher( TRUE );
-
+ */
if ( nWaitCount )
{
BasicIDEShell* pIDEShell = IDE_DLL()->GetShell();