diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 09:11:40 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 09:11:40 +0000 |
commit | 5ed577d0607a7a712864e50ad29feb8f77955ce1 (patch) | |
tree | 08143eed8a4c75e8df28b9a5f878baca26b1de97 /basctl | |
parent | 73c02cedb395f0f9a27358e2e33e545808c5f533 (diff) |
INTEGRATION: CWS watchwindow2 (1.8.80); FILE MERGED
2004/07/07 12:34:53 ab 1.8.80.1: #i20405# IDE watch window improvement
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/basides2.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/basctl/source/basicide/basides2.cxx b/basctl/source/basicide/basides2.cxx index 5e5ea8ec50dd..1ed2b5f93093 100644 --- a/basctl/source/basicide/basides2.cxx +++ b/basctl/source/basicide/basides2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: basides2.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: vg $ $Date: 2004-01-06 17:12:35 $ + * last change: $Author: rt $ $Date: 2004-07-23 10:11:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -209,12 +209,12 @@ void BasicIDEShell::DestroyModulWindowLayout() } -void BasicIDEShell::UpdateModulWindowLayout() +void BasicIDEShell::UpdateModulWindowLayout( bool bBasicStopped ) { if ( pModulLayout ) { pModulLayout->GetStackWindow().UpdateCalls(); - pModulLayout->GetWatchWindow().UpdateWatches(); + pModulLayout->GetWatchWindow().UpdateWatches( bBasicStopped ); } } |