summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-01-29 14:15:06 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-01-29 14:15:06 +0000
commitb174c9c2b3cf46087d4d2cdc6b2b2d1448dec4a9 (patch)
tree78e3adac3281303568b0b778d7a331a90faab0fa
parenta7bffd533c41d2ed33d593281edb6e78e4db27cc (diff)
INTEGRATION: CWS hro11_SRC680 (1.20.24); FILE MERGED
2007/01/25 17:46:22 hro 1.20.24.1: #i73601# Fixed contact flag
-rwxr-xr-xcrashrep/source/win32/soreport.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/crashrep/source/win32/soreport.cpp b/crashrep/source/win32/soreport.cpp
index 22c67729e361..dd6595c11d9f 100755
--- a/crashrep/source/win32/soreport.cpp
+++ b/crashrep/source/win32/soreport.cpp
@@ -4,9 +4,9 @@
*
* $RCSfile: soreport.cpp,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: ihi $ $Date: 2006-08-29 13:32:27 $
+ * last change: $Author: rt $ $Date: 2007-01-29 15:15:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -415,7 +415,7 @@ void CrashReportParams::ReadFromEnvironment()
if ( dwResult && dwResult < elementsof(szBuffer) )
{
sEmail = szBuffer;
- fAllowContact = TRUE;
+ // fAllowContact = TRUE;
}
dwResult = GetEnvironmentVariable( TEXT("ERRORREPORT_HTTPCONNECTIONTYPE"), szBuffer, elementsof(szBuffer) );