[Libreoffice-commits] core.git: include/desktop

Michael Stahl mstahl at redhat.com
Thu Sep 22 21:25:44 UTC 2016


 include/desktop/crashreport.hxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 853a63997aaae1e54b638432b1b1391c070f4e2b
Author: Michael Stahl <mstahl at redhat.com>
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;


More information about the Libreoffice-commits mailing list