summaryrefslogtreecommitdiff
path: root/desktop/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-07-22 07:26:09 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-07-22 07:26:09 +0000
commitd4d57e20511f50e7af7e69e73240ac65d0f4dfee (patch)
tree73df08da4580beb2158e79b8a4852fa69f8444cd /desktop/inc
parentd3648cca60ffcf4f053ce138f6d2ea292308920f (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.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index bf026e9eb0..6451c6af13 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;