summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/baside2.cxx14
1 files changed, 1 insertions, 13 deletions
diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx
index 0d5730e49558..80ed80b91d32 100644
--- a/basctl/source/basicide/baside2.cxx
+++ b/basctl/source/basicide/baside2.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: baside2.cxx,v $
- * $Revision: 1.45 $
+ * $Revision: 1.46 $
*
* This file is part of OpenOffice.org.
*
@@ -747,23 +747,11 @@ long __EXPORT ModulWindow::BasicBreakHdl( StarBASIC* pBasic )
AddStatus( BASWIN_INRESCHEDULE );
- // #80085 removed
- //if( BasicIDE::GetBasicDialogCount() )
- //{
- //Application::GetDefDialogParent()->EnableInput( TRUE, TRUE );
- //}
-
BasicIDE::InvalidateDebuggerSlots();
while( aStatus.bIsRunning )
Application::Yield();
- // #80085 removed
- //if( BasicIDE::GetBasicDialogCount() )
- //{
- //Application::GetDefDialogParent()->EnableInput( FALSE, TRUE );
- //}
-
aStatus.bIsInReschedule = FALSE;
aXEditorWindow.GetBrkWindow().SetMarkerPos( MARKER_NOMARKER );