summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-21 21:43:58 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-21 22:08:18 +0900
commit5f2ef2b270a70f3ad486012976e95d1192e04c2d (patch)
tree78f6007bbceb5e766fa3860e96e517f7433248b4 /svx
parent01dc468f3d153b218762be392990b888186c444e (diff)
removed unused #defines
Change-Id: I2aeba0342e46c3a4bd50f49b8a43ebb125269dfa
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