[Libreoffice-commits] core.git: cui/source

Mike Kaganski (via logerrit) logerrit at kemper.freedesktop.org
Mon Jan 6 10:47:27 UTC 2020


 cui/source/options/optgdlg.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 0c4033a9c69da439b97378b0dc61e867953649eb
Author:     Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Mon Jan 6 13:44:35 2020 +0300
Commit:     Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Mon Jan 6 11:46:57 2020 +0100

    Fix Windows build with HAVE_FEATURE_BREAKPAD
    
    This partially reverts commit ed1ece19d4983ea47b296086aaa0ea91fe11935d
    
    Change-Id: Ie945676f0618f80c3258f041fea9b91ee01031d4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86263
    Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
    Tested-by: Mike Kaganski <mike.kaganski at collabora.com>

diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index f891f2c512ad..5f5117e24971 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -23,6 +23,7 @@
 #include <svl/currencytable.hxx>
 #include <svtools/langhelp.hxx>
 #include <unotools/lingucfg.hxx>
+#include <unotools/resmgr.hxx>
 #include <sfx2/bindings.hxx>
 #include <sfx2/viewfrm.hxx>
 #include <i18nlangtag/mslangid.hxx>
@@ -51,6 +52,7 @@
 #include <officecfg/Setup.hxx>
 #include <comphelper/configuration.hxx>
 #include <tools/diagnose_ex.h>
+#include <desktop/crashreport.hxx>
 
 #include <com/sun/star/configuration/theDefaultProvider.hpp>
 #include <com/sun/star/container/XNameAccess.hpp>


More information about the Libreoffice-commits mailing list