diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-19 10:31:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-19 10:31:11 +0000 |
commit | fee9eee419596e1f056780ba7bb16b8afa8c521f (patch) | |
tree | ad4bab7e7a0768be54e76311d696949b12513fd4 /sfx2/source/appl/appquit.cxx | |
parent | c7ccd4524c7b415c56222ce0a72a8f65f575f8f7 (diff) |
INTEGRATION: CWS oooicons (1.26.2); FILE MERGED
2004/10/29 15:56:44 cd 1.26.2.1: #i35368# Removed all obsolete occurrences of SfxImageManager - added a static image list manager
Diffstat (limited to 'sfx2/source/appl/appquit.cxx')
-rw-r--r-- | sfx2/source/appl/appquit.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sfx2/source/appl/appquit.cxx b/sfx2/source/appl/appquit.cxx index 16ed7c8aed60..4113c943e24b 100644 --- a/sfx2/source/appl/appquit.cxx +++ b/sfx2/source/appl/appquit.cxx @@ -2,9 +2,9 @@ * * $RCSfile: appquit.cxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: obo $ $Date: 2004-11-17 15:32:23 $ + * last change: $Author: obo $ $Date: 2004-11-19 11:31:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -274,7 +274,6 @@ void SfxApplication::Deinitialize() DBG_ASSERT( pViewFrame == 0, "active foreign ViewFrame" ); delete[] pInterfaces, pInterfaces = 0; - DELETEZ(pImageMgr); // free administration managers DELETEZ(pImp->pAutoSaveTimer); |