summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/docrecovery.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx
index 7bae88b9100e..0ead6fa9755c 100644
--- a/svx/source/dialog/docrecovery.cxx
+++ b/svx/source/dialog/docrecovery.cxx
@@ -2010,12 +2010,8 @@ void BrokenRecoveryDialog::impl_askForSavePath()
}
#if defined(WNT)
-#define CHKFILE "crashdat.chk"
-#define STKFILE "crashdat.stk"
#define PRVFILE "crashdat.prv"
#else
-#define CHKFILE ".crash_report_checksum"
-#define STKFILE ".crash_report_frames"
#define PRVFILE ".crash_report_preview"
#endif