summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appinit.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-26 13:37:37 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-26 13:37:37 +0000
commit7989e37db9e8e531e66c7158bdaca1515a5de9ad (patch)
treef838085cbf5841db83ba43bfdf8512edce3bf303 /sfx2/source/appl/appinit.cxx
parent726e1353361a5c6d6098924c5c7059e0c742e516 (diff)
INTEGRATION: CWS recovery04 (1.39.100); FILE MERGED
2004/10/15 03:31:41 hro 1.39.100.2: RESYNC: (1.39-1.40); FILE MERGED 2004/07/23 13:54:24 hro 1.39.100.1: #i20882# Merging from recovery03
Diffstat (limited to 'sfx2/source/appl/appinit.cxx')
-rw-r--r--sfx2/source/appl/appinit.cxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/sfx2/source/appl/appinit.cxx b/sfx2/source/appl/appinit.cxx
index 1018ae323c8f..5d6235876b7c 100644
--- a/sfx2/source/appl/appinit.cxx
+++ b/sfx2/source/appl/appinit.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appinit.cxx,v $
*
- * $Revision: 1.41 $
+ * $Revision: 1.42 $
*
- * last change: $Author: obo $ $Date: 2004-11-19 11:30:57 $
+ * last change: $Author: rt $ $Date: 2004-11-26 14:37:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -285,7 +285,6 @@ FASTBOOL SfxApplication::Initialize_Impl()
RID_BASIC_START, ERRCODE_AREA_SBX, ERRCODE_AREA_SBX_END );
// diverse Pointer
- pImp->pAutoSaveTimer = new Timer;
SfxPickList::GetOrCreate( SvtHistoryOptions().GetSize( ePICKLIST ) );
/////////////////////////////////////////////////////////////////
@@ -363,10 +362,6 @@ FASTBOOL SfxApplication::Initialize_Impl()
pAppDispat->Flush();
pAppDispat->DoActivate_Impl( sal_True );
- SvtSaveOptions aSaveOptions;
- pImp->pAutoSaveTimer->SetTimeout( aSaveOptions.GetAutoSaveTime() * 60000 );
- pImp->pAutoSaveTimer->SetTimeoutHdl( LINK( pApp, SfxApplication, AutoSaveHdl_Impl ) );
-
//(dv) if ( !pAppData_Impl->bBean )
//(mba) doFirstTimeInit();