summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2001-01-17 10:04:29 +0000
committerAndreas Bregas <ab@openoffice.org>2001-01-17 10:04:29 +0000
commit7e606aa0d549634ef6998a74577251c26ad86516 (patch)
treef6a9a54efb975fa23190b3a93eaea17f0b4df561 /basctl
parent2c64812624a5ce78d272eeb5437d1972df830596 (diff)
#80085# BasicBreakHdl() EnableInput-Handling changed
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/baside2.cxx22
1 files changed, 12 insertions, 10 deletions
diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx
index 55eaa0299d7c..f1787f4e6a64 100644
--- a/basctl/source/basicide/baside2.cxx
+++ b/basctl/source/basicide/baside2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: baside2.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: tbe $ $Date: 2000-11-21 17:58:31 $
+ * last change: $Author: ab $ $Date: 2001-01-17 11:04:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -661,20 +661,22 @@ long __EXPORT ModulWindow::BasicBreakHdl( StarBASIC* pBasic )
AddStatus( BASWIN_INRESCHEDULE );
- if( BasicIDE::GetBasicDialogCount() )
- {
- Application::GetDefModalDialogParent()->EnableInput( TRUE, TRUE );
- }
+ // #80085 removed
+ //if( BasicIDE::GetBasicDialogCount() )
+ //{
+ //Application::GetDefModalDialogParent()->EnableInput( TRUE, TRUE );
+ //}
BasicIDE::InvalidateDebuggerSlots();
while( aStatus.bIsRunning )
Application::Yield();
- if( BasicIDE::GetBasicDialogCount() )
- {
- Application::GetDefModalDialogParent()->EnableInput( FALSE, TRUE );
- }
+ // #80085 removed
+ //if( BasicIDE::GetBasicDialogCount() )
+ //{
+ //Application::GetDefModalDialogParent()->EnableInput( FALSE, TRUE );
+ //}
aStatus.bIsInReschedule = FALSE;
aXEditorWindow.GetBrkWindow().SetMarkerPos( MARKER_NOMARKER );