summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-09-29 12:24:07 +0200
committersb <sb@openoffice.org>2010-09-29 12:24:07 +0200
commite31fe5beb2debc2132cb31b9f15e2104f3b4a3ea (patch)
tree9027f25b670940d5625f9bfaf26407868fb31de9 /svx
parentf39adb3c348cbbd8dece7f60f88a2f7abeb94fa8 (diff)
sw33bf10: #i114793# missing rename crash_report.bin -> crashrep
Diffstat (limited to 'svx')
-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) ==