summaryrefslogtreecommitdiff
path: root/basctl/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 09:27:10 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 09:27:10 +0000
commit4d060e53b5c3351f4573b84822776fda623597b4 (patch)
tree6ebcdcef58419dda1f8f83e3eabd285488b27eaf /basctl/source
parent8a091d63e58bc24804447377555a728548bf6b6a (diff)
INTEGRATION: CWS mav11 (1.31.28); FILE MERGED
2004/11/02 17:38:31 tbe 1.31.28.1: #i36435# Caption of BASIC IDE does not comply to the spec
Diffstat (limited to 'basctl/source')
-rw-r--r--basctl/source/basicide/basidesh.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/basctl/source/basicide/basidesh.cxx b/basctl/source/basicide/basidesh.cxx
index 4437265d284b..ca51781de742 100644
--- a/basctl/source/basicide/basidesh.cxx
+++ b/basctl/source/basicide/basidesh.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basidesh.cxx,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: kz $ $Date: 2004-08-31 12:20:31 $
+ * last change: $Author: obo $ $Date: 2004-11-17 10:27:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1005,6 +1005,8 @@ void BasicIDEShell::SetCurLib( SfxObjectShell* pShell, String aLibName, bool bUp
if ( bUpdateWindows )
UpdateWindows();
+ SetMDITitle();
+
SfxBindings* pBindings = BasicIDE::GetBindingsPtr();
if ( pBindings )
pBindings->Invalidate( SID_BASICIDE_LIBSELECTOR );