diff options
Diffstat (limited to 'cui/source/options')
-rw-r--r-- | cui/source/options/optaboutconfig.cxx | 1 | ||||
-rw-r--r-- | cui/source/options/optcolor.cxx | 2 | ||||
-rw-r--r-- | cui/source/options/optgdlg.cxx | 2 | ||||
-rw-r--r-- | cui/source/options/optinet2.cxx | 1 | ||||
-rw-r--r-- | cui/source/options/optpath.cxx | 2 |
5 files changed, 0 insertions, 8 deletions
diff --git a/cui/source/options/optaboutconfig.cxx b/cui/source/options/optaboutconfig.cxx index a5adf7638c8d..728c3c68d258 100644 --- a/cui/source/options/optaboutconfig.cxx +++ b/cui/source/options/optaboutconfig.cxx @@ -24,7 +24,6 @@ #include <vcl/event.hxx> #include <sal/log.hxx> #include <tools/diagnose_ex.h> -#include <tools/debug.hxx> #include <memory> #include <vector> diff --git a/cui/source/options/optcolor.cxx b/cui/source/options/optcolor.cxx index 360c18e80d49..0f05784d5bae 100644 --- a/cui/source/options/optcolor.cxx +++ b/cui/source/options/optcolor.cxx @@ -21,14 +21,12 @@ #include <bitset> -#include <osl/diagnose.h> #include <tools/debug.hxx> #include <editeng/editids.hrc> #include <svtools/colorcfg.hxx> #include <svtools/extcolorcfg.hxx> #include <svx/colorbox.hxx> #include <unotools/moduleoptions.hxx> -#include <vcl/settings.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <svx/svxdlg.hxx> diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx index 5f5117e24971..f891f2c512ad 100644 --- a/cui/source/options/optgdlg.cxx +++ b/cui/source/options/optgdlg.cxx @@ -23,7 +23,6 @@ #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> @@ -52,7 +51,6 @@ #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> diff --git a/cui/source/options/optinet2.cxx b/cui/source/options/optinet2.cxx index 5e3c6a878ff4..a4acc0b96d9f 100644 --- a/cui/source/options/optinet2.cxx +++ b/cui/source/options/optinet2.cxx @@ -24,7 +24,6 @@ #include <officecfg/Inet.hxx> #include <officecfg/Office/Common.hxx> #include <officecfg/Office/Security.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <vcl/weld.hxx> #include <sfx2/filedlghelper.hxx> #include <vcl/svapp.hxx> diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx index 7fd41fa1ee49..4d0bdd08bec1 100644 --- a/cui/source/options/optpath.cxx +++ b/cui/source/options/optpath.cxx @@ -30,7 +30,6 @@ #include <dialmgr.hxx> #include <optpath.hxx> #include <strings.hrc> -#include <comphelper/configuration.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <com/sun/star/uno/Exception.hpp> @@ -41,7 +40,6 @@ #include <com/sun/star/ui/dialogs/FilePicker.hpp> #include <com/sun/star/ui/dialogs/TemplateDescription.hpp> #include <com/sun/star/util/thePathSettings.hpp> -#include <officecfg/Office/Common.hxx> #include <tools/diagnose_ex.h> #include <sal/log.hxx> |