summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/bastype3.cxx
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2001-05-11 08:16:12 +0000
committerAndreas Bregas <ab@openoffice.org>2001-05-11 08:16:12 +0000
commit826155d2ca03146d205b2028a8141875af2b5e61 (patch)
treec9127186db131468869d55da7085023091350ba4 /basctl/source/basicide/bastype3.cxx
parente1c66f68621b976c2ef25a1efad94407abd3d257 (diff)
#86371# Enable wait mouse cursor when openening libraries
Diffstat (limited to 'basctl/source/basicide/bastype3.cxx')
-rw-r--r--basctl/source/basicide/bastype3.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/basctl/source/basicide/bastype3.cxx b/basctl/source/basicide/bastype3.cxx
index 3e506f0e73a3..1fe35b83ce4d 100644
--- a/basctl/source/basicide/bastype3.cxx
+++ b/basctl/source/basicide/bastype3.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bastype3.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ab $ $Date: 2001-04-23 11:21:28 $
+ * last change: $Author: ab $ $Date: 2001-05-11 09:16:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,7 +130,9 @@ void __EXPORT BasicTreeListBox::RequestingChilds( SvLBoxEntry* pEntry )
if( xLibContainer.is() && xLibContainer->hasByName( aLibName ) &&
!xLibContainer->isLibraryLoaded( aLibName ) )
{
+ EnterWait();
xLibContainer->loadLibrary( aLibName );
+ LeaveWait();
}