diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-04-14 22:31:33 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-04-15 11:17:24 +0200 |
commit | b4d36b5dcfc84b2aa8913ac69ad12077713cee84 (patch) | |
tree | dafa07a7290a7e913eeb3d7a23c4366d01fcf2d8 /cui | |
parent | c8c74a0b4ca6f3a3619f423b6548c80c52392ae0 (diff) |
remove some unused comphelper includes
and fix the fallout
Change-Id: I5d0c2040f57a3ac354a7e277592da31d09a5f359
Reviewed-on: https://gerrit.libreoffice.org/52894
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/customize/SvxMenuConfigPage.cxx | 1 | ||||
-rw-r--r-- | cui/source/customize/SvxToolbarConfigPage.cxx | 1 | ||||
-rw-r--r-- | cui/source/customize/cfg.cxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/SpellDialog.cxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/cuicharmap.cxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/scriptdlg.cxx | 2 | ||||
-rw-r--r-- | cui/source/inc/cfg.hxx | 1 | ||||
-rw-r--r-- | cui/source/inc/cuifmsearch.hxx | 1 | ||||
-rw-r--r-- | cui/source/options/connpoolconfig.cxx | 1 | ||||
-rw-r--r-- | cui/source/options/dbregisterednamesconfig.cxx | 1 |
10 files changed, 1 insertions, 10 deletions
diff --git a/cui/source/customize/SvxMenuConfigPage.cxx b/cui/source/customize/SvxMenuConfigPage.cxx index cfa7996563fd..9f4e2328b337 100644 --- a/cui/source/customize/SvxMenuConfigPage.cxx +++ b/cui/source/customize/SvxMenuConfigPage.cxx @@ -61,7 +61,6 @@ #include "eventdlg.hxx" #include <dialmgr.hxx> -#include <comphelper/documentinfo.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/random.hxx> #include <unotools/configmgr.hxx> diff --git a/cui/source/customize/SvxToolbarConfigPage.cxx b/cui/source/customize/SvxToolbarConfigPage.cxx index f3b64a304e08..dfa1e000d7c7 100644 --- a/cui/source/customize/SvxToolbarConfigPage.cxx +++ b/cui/source/customize/SvxToolbarConfigPage.cxx @@ -61,7 +61,6 @@ #include "eventdlg.hxx" #include <dialmgr.hxx> -#include <comphelper/documentinfo.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/random.hxx> #include <unotools/configmgr.hxx> diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx index f8a2aa420835..762570f5a3d3 100644 --- a/cui/source/customize/cfg.cxx +++ b/cui/source/customize/cfg.cxx @@ -95,6 +95,7 @@ #include <com/sun/star/ui/dialogs/TemplateDescription.hpp> #include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp> #include <com/sun/star/util/thePathSettings.hpp> +#include <comphelper/documentinfo.hxx> #include <comphelper/propertysequence.hxx> #include <dlgname.hxx> diff --git a/cui/source/dialogs/SpellDialog.cxx b/cui/source/dialogs/SpellDialog.cxx index 1bc84e2b4c3f..1f66ca104c71 100644 --- a/cui/source/dialogs/SpellDialog.cxx +++ b/cui/source/dialogs/SpellDialog.cxx @@ -53,7 +53,6 @@ #include <svx/svxerr.hxx> #include <treeopt.hxx> #include <svtools/langtab.hxx> -#include <comphelper/anytostring.hxx> #include <cppuhelper/exc_hlp.hxx> using namespace ::com::sun::star; diff --git a/cui/source/dialogs/cuicharmap.cxx b/cui/source/dialogs/cuicharmap.cxx index ea36b0c0bc8c..c579c55059c7 100644 --- a/cui/source/dialogs/cuicharmap.cxx +++ b/cui/source/dialogs/cuicharmap.cxx @@ -35,7 +35,6 @@ #include <o3tl/make_unique.hxx> #include <officecfg/Office/Common.hxx> #include <comphelper/processfactory.hxx> -#include <comphelper/propertysequence.hxx> #include <comphelper/dispatchcommand.hxx> #include <dialmgr.hxx> diff --git a/cui/source/dialogs/scriptdlg.cxx b/cui/source/dialogs/scriptdlg.cxx index 4168e1098e64..21d06cd6a0d5 100644 --- a/cui/source/dialogs/scriptdlg.cxx +++ b/cui/source/dialogs/scriptdlg.cxx @@ -49,9 +49,7 @@ #include <com/sun/star/document/XEmbeddedScripts.hpp> #include <comphelper/documentinfo.hxx> -#include <comphelper/uno3.hxx> #include <comphelper/processfactory.hxx> -#include <comphelper/broadcasthelper.hxx> #include <comphelper/propertycontainer.hxx> #include <comphelper/proparrhlp.hxx> diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx index bb8ce1b24f60..63f6bf2fc123 100644 --- a/cui/source/inc/cfg.hxx +++ b/cui/source/inc/cfg.hxx @@ -32,7 +32,6 @@ #include <svtools/svmedit2.hxx> #include <svtools/svmedit.hxx> -#include <comphelper/documentinfo.hxx> #include <comphelper/random.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XIndexContainer.hpp> diff --git a/cui/source/inc/cuifmsearch.hxx b/cui/source/inc/cuifmsearch.hxx index ccc7e88a8469..7256fe68f4c9 100644 --- a/cui/source/inc/cuifmsearch.hxx +++ b/cui/source/inc/cuifmsearch.hxx @@ -30,7 +30,6 @@ #include <vcl/combobox.hxx> #include <vcl/lstbox.hxx> #include <tools/link.hxx> -#include <comphelper/uno3.hxx> #include <rtl/ustring.hxx> namespace svxform { diff --git a/cui/source/options/connpoolconfig.cxx b/cui/source/options/connpoolconfig.cxx index a2af0e7ba3c2..434a81c27051 100644 --- a/cui/source/options/connpoolconfig.cxx +++ b/cui/source/options/connpoolconfig.cxx @@ -23,7 +23,6 @@ #include "connpooloptions.hxx" #include <svl/itemset.hxx> #include <unotools/confignode.hxx> -#include <comphelper/extract.hxx> #include <svl/eitem.hxx> #include <comphelper/processfactory.hxx> #include "sdbcdriverenum.hxx" diff --git a/cui/source/options/dbregisterednamesconfig.cxx b/cui/source/options/dbregisterednamesconfig.cxx index 764559249e2d..4af9678fe40d 100644 --- a/cui/source/options/dbregisterednamesconfig.cxx +++ b/cui/source/options/dbregisterednamesconfig.cxx @@ -23,7 +23,6 @@ #include <svx/svxids.hrc> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/sdb/DatabaseContext.hpp> -#include <comphelper/extract.hxx> #include <comphelper/processfactory.hxx> #include <svl/eitem.hxx> #include <svl/itemset.hxx> |