diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-07 11:19:16 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-07 11:19:16 +0000 |
commit | 257fa6b546764a1ff2b665fabca8389fd7ef7f3c (patch) | |
tree | 78746484231f95b94dcbed46edc1664ba2e0027d /basctl | |
parent | 63100e6fa14713d9b0bb673920f7792863fb55ad (diff) |
INTEGRATION: CWS ab53 (1.45.8); FILE MERGED
2008/06/06 13:13:16 ab 1.45.8.1: #i89523# Removed unused code
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2.cxx | 14 |
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 ); |