summaryrefslogtreecommitdiff
path: root/desktop/inc/app.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-11-11 11:28:20 +0000
committerRüdiger Timm <rt@openoffice.org>2005-11-11 11:28:20 +0000
commit9f3f667b4082eefd877f358616421bf5b0dee8c1 (patch)
treeca99db79de55b3bbb6469384cddd48452ca695ec /desktop/inc/app.hxx
parent2a0442051d24441237335c2ba176cf7e3bb8a229 (diff)
INTEGRATION: CWS c06 (1.26.218); FILE MERGED
2005/09/19 08:25:23 cd 1.26.218.1: #i53531# Make crash reporter optional
Diffstat (limited to 'desktop/inc/app.hxx')
-rw-r--r--desktop/inc/app.hxx13
1 files changed, 8 insertions, 5 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index 423b0d0ddad2..624444c7bfbc 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: app.hxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: hr $ $Date: 2005-10-24 18:33:37 $
+ * last change: $Author: rt $ $Date: 2005-11-11 12:28:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -150,7 +150,8 @@ class Desktop : public Application
}
DECL_STATIC_LINK( Desktop, AsyncTerminate, void*);
- static sal_Bool CheckOEM();
+ static sal_Bool CheckOEM();
+ static sal_Bool isCrashReporterEnabled();
private:
// Bootstrap methods
@@ -198,8 +199,10 @@ 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);
- static sal_Bool _bTasksSaved;
+ static sal_Bool SaveTasks(sal_Int32 options);
+ static sal_Bool _bTasksSaved;
+
+ static void retrieveCrashReporterState();
// on-demand acceptors
static void createAcceptor(const OUString& aDescription);