summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-24 06:20:00 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-24 08:57:19 +0200
commit3650eacc9e4bf230d892eaac9366b7ebc16ed5c1 (patch)
treee0a1649a54fe61d0292015e48c63eb514c7e50e5 /desktop
parent9129a4d689463b1212bc08f363108e858841c84d (diff)
fix previous commits
Change-Id: I91e9f1d0f40dd3dd50b03a27ded2f96c71cd1ffd
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/crashreport.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop/source/app/crashreport.cxx b/desktop/source/app/crashreport.cxx
index 4f1836d0a26f..830fe8451894 100644
--- a/desktop/source/app/crashreport.cxx
+++ b/desktop/source/app/crashreport.cxx
@@ -61,11 +61,11 @@ OUString getCrashUserProfileDirectory()
rtl::Bootstrap::expandMacros(url);
osl::Directory::create(url);
-+#if defined( UNX ) && !defined MACOSX && !defined IOS && !defined ANDROID
-+ return url.copy(7);
-+#elif defined WNT
-+ return url.copy(8);
-+#endif
+#if defined( UNX ) && !defined MACOSX && !defined IOS && !defined ANDROID
+ return url.copy(7);
+#elif defined WNT
+ return url.copy(8);
+#endif
}
}