[Libreoffice-commits] core.git: cui/source
Mike Kaganski (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jan 6 14:27:08 UTC 2020
cui/source/options/optgdlg.cxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit f29a5020ee7bbfff1860cdd94c271ef30937fa95
Author: Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Mon Jan 6 13:54:11 2020 +0300
Commit: Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Mon Jan 6 15:26:34 2020 +0100
Add include guards - follow-up for 0c4033a9c69da439b97378b0dc61e867953649eb
Change-Id: I2910ac7e063b785c845723a2eb265cce96c94ea9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86266
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index 5f5117e24971..e10f743361c8 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -23,7 +23,9 @@
#include <svl/currencytable.hxx>
#include <svtools/langhelp.hxx>
#include <unotools/lingucfg.hxx>
+#if defined(_WIN32)
#include <unotools/resmgr.hxx>
+#endif
#include <sfx2/bindings.hxx>
#include <sfx2/viewfrm.hxx>
#include <i18nlangtag/mslangid.hxx>
@@ -52,7 +54,9 @@
#include <officecfg/Setup.hxx>
#include <comphelper/configuration.hxx>
#include <tools/diagnose_ex.h>
+#if HAVE_FEATURE_BREAKPAD
#include <desktop/crashreport.hxx>
+#endif
#include <com/sun/star/configuration/theDefaultProvider.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
More information about the Libreoffice-commits
mailing list