From 5f2ef2b270a70f3ad486012976e95d1192e04c2d Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Mon, 21 May 2012 21:43:58 +0900 Subject: removed unused #defines Change-Id: I2aeba0342e46c3a4bd50f49b8a43ebb125269dfa --- svx/source/dialog/docrecovery.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'svx') 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 -- cgit