Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > cd8ce32c919af60229fca1d7f792c60e > files > 40

openoffice.org-3.2.0-12.35.fc13.src.rpm

--- openoffice.org.orig/sal/osl/unx/signal.c	2009-09-15 09:14:35.000000000 +0100
+++ openoffice.org/sal/osl/unx/signal.c	2009-09-15 09:14:40.000000000 +0100
@@ -77,10 +77,14 @@
 #include "file_path_helper.h"
 
 #define ACT_IGNORE	1
-#define ACT_ABORT	2
-#define ACT_EXIT	3
-#define ACT_SYSTEM	4
-#define ACT_HIDE	5
+#define ACT_EXIT	2
+#define ACT_SYSTEM	3
+#define ACT_HIDE	4
+#ifdef SAL_ENABLE_CRASH_REPORT
+#    define ACT_ABORT	5
+#else
+#    define ACT_ABORT   ACT_SYSTEM
+#endif
 
 #define MAX_PATH_LEN	2048