diff options
author | Carsten Driesner <cd@openoffice.org> | 2001-05-15 05:01:27 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2001-05-15 05:01:27 +0000 |
commit | 4c0c122d060b4fc36480a6cffa979d59ad5f1d5c (patch) | |
tree | 85b8b2da0f72a1d7fa55d3e46e8a9a3ef03c394b /sfx2 | |
parent | 7b21ac63b479ca2475b5f58c76706d4fb133a464 (diff) |
#848857# splash screen visibility reworked
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appinit.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/appinit.cxx b/sfx2/source/appl/appinit.cxx index 7f8b46de854b..cf36d2da54b1 100644 --- a/sfx2/source/appl/appinit.cxx +++ b/sfx2/source/appl/appinit.cxx @@ -2,9 +2,9 @@ * * $RCSfile: appinit.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: pb $ $Date: 2001-04-12 08:00:40 $ + * last change: $Author: cd $ $Date: 2001-05-15 06:01:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -399,7 +399,7 @@ FASTBOOL SfxApplication::Initialize_Impl() Application::PostUserEvent( LINK( this, SfxApplication, OpenClients_Impl ) ); - DELETEZ(pImp->pIntro); +// DELETEZ(pImp->pIntro); // start LateInit SfxAppData_Impl *pAppData = Get_Impl(); |