summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/basobj3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/basobj3.cxx')
-rw-r--r--basctl/source/basicide/basobj3.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/basctl/source/basicide/basobj3.cxx b/basctl/source/basicide/basobj3.cxx
index 35c4eafbebf1..6d15f5a9a74f 100644
--- a/basctl/source/basicide/basobj3.cxx
+++ b/basctl/source/basicide/basobj3.cxx
@@ -102,7 +102,6 @@ SbMethod* CreateMacro( SbModule* pModule, const String& rMacroName )
{
BOOL bValid = FALSE;
String aStdMacroText( RTL_CONSTASCII_USTRINGPARAM( "Macro" ) );
- //String aStdMacroText( IDEResId( RID_STR_STDMACRONAME ) );
USHORT nMacro = 1;
while ( !bValid )
{
@@ -386,15 +385,6 @@ void BasicStopped( BOOL* pbAppWindowDisabled,
*pnWaitCount = nWait;
}
- /*
- // Interactive = FALSE ?
- if ( SFX_APP()->IsDispatcherLocked() )
- {
- SFX_APP()->LockDispatcher( FALSE );
- if ( pbDispatcherLocked )
- *pbDispatcherLocked = TRUE;
- } */
-
Window* pDefParent = Application::GetDefDialogParent();
if ( pDefParent && !pDefParent->IsEnabled() )
{