summaryrefslogtreecommitdiff
path: root/basctl/source/basicide
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 09:26:13 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 09:26:13 +0000
commit33ed7ff48bdbca48f0dcf47989875ca072f5643c (patch)
treef904c24966eeb3eda8195da8e65122a9527a0c2e /basctl/source/basicide
parent22a50b62be6f813839bacdaad1658fc97da9047f (diff)
INTEGRATION: CWS mav11 (1.13.22); FILE MERGED
2004/11/02 17:36:32 tbe 1.13.22.1: #i36435# Caption of BASIC IDE does not comply to the spec
Diffstat (limited to 'basctl/source/basicide')
-rw-r--r--basctl/source/basicide/basdoc.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/basctl/source/basicide/basdoc.cxx b/basctl/source/basicide/basdoc.cxx
index 1bf5c1406ef4..f66bb4462560 100644
--- a/basctl/source/basicide/basdoc.cxx
+++ b/basctl/source/basicide/basdoc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basdoc.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: kz $ $Date: 2004-10-04 19:39:11 $
+ * last change: $Author: obo $ $Date: 2004-11-17 10:26:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,7 +96,6 @@ BasicDocShell::BasicDocShell( SfxObjectCreateMode eMode ) : SfxObjectShell( eMod
{
pPrinter = 0;
SetPool( &SFX_APP()->GetPool() );
- SetTitle( String( RTL_CONSTASCII_USTRINGPARAM("BASIC") ) );
SetModel( new SIDEModel(this) );
}