From 98a8eafa915b8d57b8bdccab9981e537d77f6f4a Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 25 Nov 2015 16:50:22 +0100 Subject: 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 Reviewed-by: Markus Mohrhard --- desktop/source/app/sofficemain.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/source/app/sofficemain.cxx') 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 #include -#include "desktopdllapi.h" +#include #include "app.hxx" #include "exithelper.h" -- cgit