desktop/source/app/crashreport.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
New commits: commit 3650eacc9e4bf230d892eaac9366b7ebc16ed5c1 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Tue May 24 06:20:00 2016 +0200 fix previous commits Change-Id: I91e9f1d0f40dd3dd50b03a27ded2f96c71cd1ffd diff --git a/desktop/source/app/crashreport.cxx b/desktop/source/app/crashreport.cxx index 4f1836d..830fe84 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 } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits