diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-15 09:53:25 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-15 09:53:25 +0000 |
commit | 4c8f4d3ccae4d44839a7cff5382862ba559a1bbd (patch) | |
tree | a5b1b8426ceb0c5ef63d5986e19e7a5e900ab94b | |
parent | 304830269aa7899f7feaf19c0c91ea39583205fe (diff) |
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
-rw-r--r-- | sfx2/source/appl/appquit.cxx | 7 |
1 files 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(); |