[Libreoffice-commits] core.git: desktop/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Tue May 24 06:57:51 UTC 2016
desktop/source/app/crashreport.cxx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 3650eacc9e4bf230d892eaac9366b7ebc16ed5c1
Author: Markus Mohrhard <markus.mohrhard at 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
}
}
More information about the Libreoffice-commits
mailing list