diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-11-25 16:50:22 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-02-25 00:50:08 +0000 |
commit | 98a8eafa915b8d57b8bdccab9981e537d77f6f4a (patch) | |
tree | c0d7dea9b32eaad23762e9c238614af54ac5211c /desktop/source/app/sofficemain.cxx | |
parent | aaca25d67eb5ea252730cdcf555ecc04ce04a5e6 (diff) |
add way to add additional information to the crash report
We can add several additional key value pairs during the execution of
the program that will be used on the server to show more information.
Change-Id: I4102adc15fc821415fa0b997ca7fe0dc4f7abcec
Reviewed-on: https://gerrit.libreoffice.org/22553
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'desktop/source/app/sofficemain.cxx')
-rw-r--r-- | desktop/source/app/sofficemain.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/sofficemain.cxx b/desktop/source/app/sofficemain.cxx index abdcd3777fcb..7acd97c1af01 100644 --- a/desktop/source/app/sofficemain.cxx +++ b/desktop/source/app/sofficemain.cxx @@ -21,7 +21,7 @@ #include <config_features.h> #include <config_folders.h> -#include "desktopdllapi.h" +#include <desktop/dllapi.h> #include "app.hxx" #include "exithelper.h" |