summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appquit.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-11-15 14:03:07 +0000
committerMathias Bauer <mba@openoffice.org>2001-11-15 14:03:07 +0000
commit1e6628b27ebde2ab5ec9e84a67820354c1261c1d (patch)
treed370d5def8f1f65b0a079b9196630382372bc420 /sfx2/source/appl/appquit.cxx
parent8445298228d4fa9af2c8ce4c2f9ea6a5749db88d (diff)
#93980#: StopButtonTimer moved to topframe
Diffstat (limited to 'sfx2/source/appl/appquit.cxx')
-rw-r--r--sfx2/source/appl/appquit.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sfx2/source/appl/appquit.cxx b/sfx2/source/appl/appquit.cxx
index b42456c6e67c..640ef1735a20 100644
--- a/sfx2/source/appl/appquit.cxx
+++ b/sfx2/source/appl/appquit.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appquit.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: mba $ $Date: 2001-11-05 08:57:29 $
+ * last change: $Author: mba $ $Date: 2001-11-15 15:03:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -270,8 +270,6 @@ void SfxApplication::Deinitialize()
DELETEZ( pAppData_Impl->pTemplates );
- delete pAppData_Impl->pStopButtonTimer;
-
SvFactory::ClearDemandObjects();
DELETEZ(pImp->pTemplateDlg);
SetViewFrame(0);