summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/basidesh.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/basidesh.cxx b/basctl/source/basicide/basidesh.cxx
index 0a0ac71f8db1..9134b02f8e7b 100644
--- a/basctl/source/basicide/basidesh.cxx
+++ b/basctl/source/basicide/basidesh.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basidesh.cxx,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: obo $ $Date: 2004-07-06 12:19:08 $
+ * last change: $Author: rt $ $Date: 2004-07-23 10:11:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -654,7 +654,7 @@ void __EXPORT BasicIDEShell::SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId&,
// Nicht nur bei Error/Break oder explizitem anhalten,
// falls durch einen Programmierfehler das Update abgeschaltet ist.
BasicIDE::BasicStopped();
- UpdateModulWindowLayout(); // Leer machen...
+ UpdateModulWindowLayout( true ); // Leer machen...
}
IDEBaseWindow* pWin = aIDEWindowTable.First();