diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 13:37:19 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 13:37:19 +0000 |
commit | 3aa07afc361da7eee412241e1ca76630c4b56de3 (patch) | |
tree | fd3c7a2c3ce8ab63afc215c5cfebd848ef8b1f28 /desktop | |
parent | 11c2d0ae65dca873b5f1cb16437e0c4d485fd989 (diff) |
INTEGRATION: CWS vcl11 (1.17.18); FILE MERGED
2003/06/03 09:22:17 pl 1.17.18.3: RESYNC: (1.17-1.18); FILE MERGED
2003/05/28 08:06:54 lo 1.17.18.2: #i14606# handle recovery of non-salvaged documents
2003/05/27 15:22:50 lo 1.17.18.1: #i14606# allow application controlled recovery of documents
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/inc/app.hxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index 3424db9e829c..47196860a55a 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -2,9 +2,9 @@ * * $RCSfile: app.hxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: vg $ $Date: 2003-05-22 08:50:43 $ + * last change: $Author: vg $ $Date: 2003-06-10 14:37:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -99,6 +99,10 @@ using namespace com::sun::star::uno; using namespace com::sun::star::lang; using namespace rtl; +#define DESKTOP_SAVETASKS_MOD 0x1 +#define DESKTOP_SAVETASKS_UNMOD 0x2 +#define DESKTOP_SAVETASKS_ALL 0x3 + namespace desktop { @@ -194,6 +198,8 @@ class Desktop : public Application /// does initializations which are necessary for the first run of the office void DoFirstRunInitializations(); + static sal_Bool SaveTasks(sal_Int32 options); + // on-demand acceptors static AcceptorMap m_acceptorMap; static osl::Mutex m_mtxAccMap; |