From 4c8f4d3ccae4d44839a7cff5382862ba559a1bbd Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 15 May 2003 09:53:25 +0000 Subject: INTEGRATION: CWS fwk02 (1.21.36); FILE MERGED 2003/05/13 11:07:36 mba 1.21.36.1: #109112#: don't delete open documents in Deinitialize, it's too late anyway --- sfx2/source/appl/appquit.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sfx2/source/appl/appquit.cxx b/sfx2/source/appl/appquit.cxx index 63c8e748d730..b9f65d4ce7d5 100644 --- a/sfx2/source/appl/appquit.cxx +++ b/sfx2/source/appl/appquit.cxx @@ -2,9 +2,9 @@ * * $RCSfile: appquit.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: hr $ $Date: 2003-03-27 11:27:37 $ + * last change: $Author: vg $ $Date: 2003-05-15 10:53:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -232,6 +232,7 @@ void SfxApplication::Deinitialize() if ( pAppData_Impl->pCancelMgr ) pAppData_Impl->EndListening( *pAppData_Impl->pCancelMgr ); +/* // Falls noch mal zwischendurch eine Task ( BasicIDE! ) angelegt wurde ... do { @@ -242,7 +243,7 @@ void SfxApplication::Deinitialize() break; } while ( sal_True ); - +*/ //!Wait(); StarBASIC::Stop(); -- cgit