summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-10-08 08:19:25 +0200
committerobo <obo@openoffice.org>2010-10-08 08:19:25 +0200
commit686d03df2107d170d255f388c3ee7797996c5f02 (patch)
treee8669e7e583e8fc63ec3865e6b65b3cb66b7d9f4
parent869ca6a21a029abf0528bdaeae3dcef4c3892ccf (diff)
parente31fe5beb2debc2132cb31b9f15e2104f3b4a3ea (diff)
CWS-TOOLING: integrate CWS sw33bf10
-rw-r--r--svx/source/dialog/sendreportunx.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/sendreportunx.cxx b/svx/source/dialog/sendreportunx.cxx
index 47a75f668b2f..d59bc9bb1cba 100644
--- a/svx/source/dialog/sendreportunx.cxx
+++ b/svx/source/dialog/sendreportunx.cxx
@@ -243,7 +243,7 @@ namespace svx{
int ret = -1;
rtl::OUString path1(
RTL_CONSTASCII_USTRINGPARAM(
- "$BRAND_BASE_DIR/program/crash_report.bin"));
+ "$BRAND_BASE_DIR/program/crashrep"));
rtl::Bootstrap::expandMacros(path1);
rtl::OString path2;
if ((osl::FileBase::getSystemPathFromFileURL(path1, path1) ==