summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appcfg.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 14:32:10 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 14:32:10 +0000
commit47b175fa0c3829a70d2697d7f35514e7526e56b2 (patch)
tree9004c023e901ec274731339e050094b37f8ad8fe /sfx2/source/appl/appcfg.cxx
parent11061a6ed80025e30e7c27e5922fcedfd0c19068 (diff)
INTEGRATION: CWS fwkp2fix02 (1.53.68); FILE MERGED
2004/11/03 08:39:22 mba 1.53.68.1: #i26505#: remove LockDispatcher method
Diffstat (limited to 'sfx2/source/appl/appcfg.cxx')
-rw-r--r--sfx2/source/appl/appcfg.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx
index 82f23a473088..43526f1b6443 100644
--- a/sfx2/source/appl/appcfg.cxx
+++ b/sfx2/source/appl/appcfg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appcfg.cxx,v $
*
- * $Revision: 1.53 $
+ * $Revision: 1.54 $
*
- * last change: $Author: rt $ $Date: 2004-09-08 15:32:31 $
+ * last change: $Author: obo $ $Date: 2004-11-17 15:32:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1313,7 +1313,6 @@ IMPL_LINK( SfxApplication, AutoSaveHdl_Impl, Timer*, pTimer )
{
SvtSaveOptions aSaveOptions;
FASTBOOL bAutoSave = aSaveOptions.IsAutoSave() &&
- !bDispatcherLocked &&
!Application::IsUICaptured() && Application::GetLastInputInterval() > 300;
if ( bAutoSave )
{