diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-07-22 07:26:09 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-07-22 07:26:09 +0000 |
commit | e0568da0b9dc0a1118bd8f7405d2d7691d7c612d (patch) | |
tree | 7d6fd506a9693553424f603215fd5351b8940bce /desktop/inc | |
parent | 413d46f8e56961a68e5e3e31f596cf159da764bd (diff) |
INTEGRATION: CWS rcsession (1.19.40); FILE MERGED
2003/07/21 09:20:37 lo 1.19.40.1: #110925# catch exception from loadComponentFromURL when restoring a session
don't try to save nacking component on session/crash save
#110927# don't ask when restoring session-saved documents
Diffstat (limited to 'desktop/inc')
-rw-r--r-- | desktop/inc/app.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index 47196860a55a..3faa479ff20b 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -2,9 +2,9 @@ * * $RCSfile: app.hxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: vg $ $Date: 2003-06-10 14:37:19 $ + * last change: $Author: vg $ $Date: 2003-07-22 08:26:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -199,6 +199,7 @@ class Desktop : public Application void DoFirstRunInitializations(); static sal_Bool SaveTasks(sal_Int32 options); + static sal_Bool _bTasksSaved; // on-demand acceptors static AcceptorMap m_acceptorMap; |