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
This commit is contained in:
Oliver Bolte 2004-11-17 09:26:13 +00:00
parent 22a50b62be
commit 33ed7ff48b

View file

@ -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) );
}