include/desktop/crashreport.hxx | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 853a63997aaae1e54b638432b1b1391c070f4e2b Author: Michael Stahl <[email protected]> Date: Thu Sep 22 23:19:32 2016 +0200 desktop: that wasn't unused, just rarely used Change-Id: I87c0fb287aa0b3fc5ad0216d8007772de3d03b2f diff --git a/include/desktop/crashreport.hxx b/include/desktop/crashreport.hxx index b97dadc..e58e387 100644 --- a/include/desktop/crashreport.hxx +++ b/include/desktop/crashreport.hxx @@ -49,6 +49,10 @@ public: static void storeExceptionHandler(google_breakpad::ExceptionHandler* pExceptionHandler); + // when we create the ExceptionHandler we have no access to the user + // profile yet, so update when we have access + static void updateMinidumpLocation(); + private: static osl::Mutex maMutex; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
