diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-17 14:23:51 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-17 14:23:51 +0000 |
commit | 76ac382c675f02856cd69a07bc6b39af32adee24 (patch) | |
tree | 04439654491fcfe6a38e5c7bc9d83045079c16f1 | |
parent | 74c03e7e1c3d7d2ec2f6f7dfa0952e0d70f04887 (diff) |
INTEGRATION: CWS fwkp2fix02 (1.30.24); FILE MERGED
2004/11/03 08:49:12 mba 1.30.24.1: #i26505#: remove LockDispatcher method
-rw-r--r-- | basctl/source/basicide/basobj3.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/basctl/source/basicide/basobj3.cxx b/basctl/source/basicide/basobj3.cxx index 260160626d45..12fb19a31c65 100644 --- a/basctl/source/basicide/basobj3.cxx +++ b/basctl/source/basicide/basobj3.cxx @@ -2,9 +2,9 @@ * * $RCSfile: basobj3.cxx,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: kz $ $Date: 2004-10-04 19:39:44 $ + * last change: $Author: obo $ $Date: 2004-11-17 15:23:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -829,13 +829,15 @@ void BasicIDE::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() ) { |