diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-05-18 09:08:33 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-05-18 09:08:33 +0000 |
commit | 8cfef094f5cc5b24deba3a9196877eef88e4d7d6 (patch) | |
tree | 916c40ac4f2f8ee12453dfab6ddff3684d275757 /vcl | |
parent | aa767c11da80a32e50feb24408168c0973059a93 (diff) |
INTEGRATION: CWS wot02 (1.59.32); FILE MERGED
2006/05/15 13:13:21 pl 1.59.32.1: #135437# prevent creation of default window while already closing shop
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/svmain.cxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx index 1bafb6daae88..f96545ebb3a0 100644 --- a/vcl/source/app/svmain.cxx +++ b/vcl/source/app/svmain.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svmain.cxx,v $ * - * $Revision: 1.59 $ + * $Revision: 1.60 $ * - * last change: $Author: rt $ $Date: 2006-05-04 15:11:08 $ + * last change: $Author: vg $ $Date: 2006-05-18 10:08:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -356,13 +356,14 @@ BOOL InitVCL( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XM void DeInitVCL() { + ImplSVData* pSVData = ImplGetSVData(); + pSVData->mbDeInit = TRUE; + ImplImageTree::cleanup(); delete pExceptionHandler; pExceptionHandler = NULL; - ImplSVData* pSVData = ImplGetSVData(); - // Debug Daten zuruecksetzen DBGGUI_DEINIT(); |