diff options
author | Gregor Hartmann <gh@openoffice.org> | 2002-11-08 12:55:55 +0000 |
---|---|---|
committer | Gregor Hartmann <gh@openoffice.org> | 2002-11-08 12:55:55 +0000 |
commit | 825c55110e23e32706846d67dacca29d01b14446 (patch) | |
tree | 5f2d8db71c4b82b848a98937fbf8c7cd0e3ae6bf /basic | |
parent | 81f943b3ffd66d51e86980631c5da223d13c1803 (diff) |
#100819# no initial empty document
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/app/app.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx index 2ee1f866e2c4..de985be5abd1 100644 --- a/basic/source/app/app.cxx +++ b/basic/source/app/app.cxx @@ -2,9 +2,9 @@ * * $RCSfile: app.cxx,v $ * - * $Revision: 1.39 $ + * $Revision: 1.40 $ * - * last change: $Author: gh $ $Date: 2002-10-25 10:44:34 $ + * last change: $Author: gh $ $Date: 2002-11-08 13:55:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -543,11 +543,13 @@ IMPL_LINK( BasicApp, LateInit, void *, pDummy ) } } +/* removed #104906# if ( !bFileLoaded ) { AppWin *pWin = new AppBasEd( pFrame, NULL ); pWin->Show(); } + */ pFrame->pStatus->SetStatusSize( pFrame->pStatus->GetStatusSize()+1 ); pFrame->pStatus->SetStatusSize( pFrame->pStatus->GetStatusSize()-1 ); |