diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-02-07 00:19:09 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-02-27 11:51:35 +0000 |
commit | b78209ae74af5bf4fc5dacde8c9b7e709cbb1a70 (patch) | |
tree | 8ae3017f83a32786b114f93b3ce6f5996e2ffad0 /include/desktop | |
parent | 65694793e9588106e570d82b359c9c9e25a5cf0d (diff) |
work on adding crash report UI
Change-Id: I66f4dca3cd32381ecd52cc36490e7ee1dddf3699
Reviewed-on: https://gerrit.libreoffice.org/22566
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include/desktop')
-rw-r--r-- | include/desktop/crashreport.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/desktop/crashreport.hxx b/include/desktop/crashreport.hxx index b9bbb7ce01bf..c6d72be92ffb 100644 --- a/include/desktop/crashreport.hxx +++ b/include/desktop/crashreport.hxx @@ -18,6 +18,7 @@ #include <config_features.h> #include <map> +#include <string> /** * Provides access to the crash reporter service. @@ -32,7 +33,9 @@ class CRASHREPORT_DLLPUBLIC CrashReporter public: static void AddKeyValue(const OUString& rKey, const OUString& rValue); - static const char* getIniFileName(); + static std::string getIniFileName(); + + static void writeCommonInfo(); private: |