diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-05-27 14:07:43 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-06-05 10:56:36 +0200 |
commit | 8ddca0648a2b673b7dd5357871f79a83c3830ed8 (patch) | |
tree | 33f6f1eaaa2d3f5f73ddbf25f40c60cbb365d663 /cui | |
parent | d3c650f6170894a87e59436cf48eba5622403e27 (diff) |
tdf#42949 remove unused compheler includes ..
and fix the fallout
Change-Id: I15bc5d626f4d157cbc69a87392078b41e621d14e
Reviewed-on: https://gerrit.libreoffice.org/54882
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/customize/SvxConfigPageHelper.cxx | 2 | ||||
-rw-r--r-- | cui/source/customize/SvxMenuConfigPage.cxx | 1 | ||||
-rw-r--r-- | cui/source/customize/SvxToolbarConfigPage.cxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/SignSignatureLineDialog.cxx | 2 | ||||
-rw-r--r-- | cui/source/dialogs/scriptdlg.cxx | 2 | ||||
-rw-r--r-- | cui/source/inc/cfg.hxx | 1 | ||||
-rw-r--r-- | cui/source/options/optgdlg.cxx | 2 | ||||
-rw-r--r-- | cui/source/options/optjava.cxx | 2 | ||||
-rw-r--r-- | cui/source/options/optsave.cxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/backgrnd.cxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/labdlg.cxx | 1 |
11 files changed, 2 insertions, 14 deletions
diff --git a/cui/source/customize/SvxConfigPageHelper.cxx b/cui/source/customize/SvxConfigPageHelper.cxx index cc81e230ddfa..74f8a9b5d0cd 100644 --- a/cui/source/customize/SvxConfigPageHelper.cxx +++ b/cui/source/customize/SvxConfigPageHelper.cxx @@ -19,6 +19,8 @@ #include <SvxConfigPageHelper.hxx> +#include <comphelper/random.hxx> + static sal_Int16 theImageType = css::ui::ImageType::COLOR_NORMAL | css::ui::ImageType::SIZE_DEFAULT; diff --git a/cui/source/customize/SvxMenuConfigPage.cxx b/cui/source/customize/SvxMenuConfigPage.cxx index 9b69c64a1374..826814b9248c 100644 --- a/cui/source/customize/SvxMenuConfigPage.cxx +++ b/cui/source/customize/SvxMenuConfigPage.cxx @@ -61,7 +61,6 @@ #include <dialmgr.hxx> #include <comphelper/processfactory.hxx> -#include <comphelper/random.hxx> #include <unotools/configmgr.hxx> #include <o3tl/make_unique.hxx> #include <com/sun/star/embed/ElementModes.hpp> diff --git a/cui/source/customize/SvxToolbarConfigPage.cxx b/cui/source/customize/SvxToolbarConfigPage.cxx index bdca809fd326..9cbad5b1d65d 100644 --- a/cui/source/customize/SvxToolbarConfigPage.cxx +++ b/cui/source/customize/SvxToolbarConfigPage.cxx @@ -61,7 +61,6 @@ #include <dialmgr.hxx> #include <comphelper/processfactory.hxx> -#include <comphelper/random.hxx> #include <unotools/configmgr.hxx> #include <o3tl/make_unique.hxx> #include <com/sun/star/embed/ElementModes.hpp> diff --git a/cui/source/dialogs/SignSignatureLineDialog.cxx b/cui/source/dialogs/SignSignatureLineDialog.cxx index 0753ecf30298..fa7df5861b71 100644 --- a/cui/source/dialogs/SignSignatureLineDialog.cxx +++ b/cui/source/dialogs/SignSignatureLineDialog.cxx @@ -15,8 +15,6 @@ #include <strings.hrc> #include <comphelper/processfactory.hxx> -#include <comphelper/storagehelper.hxx> -#include <comphelper/xmltools.hxx> #include <tools/stream.hxx> #include <unotools/streamwrap.hxx> #include <vcl/weld.hxx> diff --git a/cui/source/dialogs/scriptdlg.cxx b/cui/source/dialogs/scriptdlg.cxx index 21d06cd6a0d5..91fa1b76a815 100644 --- a/cui/source/dialogs/scriptdlg.cxx +++ b/cui/source/dialogs/scriptdlg.cxx @@ -50,8 +50,6 @@ #include <comphelper/documentinfo.hxx> #include <comphelper/processfactory.hxx> -#include <comphelper/propertycontainer.hxx> -#include <comphelper/proparrhlp.hxx> #include <basic/sbx.hxx> #include <svtools/imagemgr.hxx> diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx index 5438f48a625e..2b566bcfdfda 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/random.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XIndexContainer.hpp> #include <com/sun/star/container/XNameAccess.hpp> diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx index 5b6538eb65dc..454fe099c253 100644 --- a/cui/source/options/optgdlg.cxx +++ b/cui/source/options/optgdlg.cxx @@ -42,8 +42,6 @@ #include <unotools/syslocaleoptions.hxx> #include <unotools/configitem.hxx> #include <sfx2/objsh.hxx> -#include <comphelper/string.hxx> -#include <comphelper/types.hxx> #include <comphelper/propertysequence.hxx> #include <svtools/langtab.hxx> #include <unotools/localfilehelper.hxx> diff --git a/cui/source/options/optjava.cxx b/cui/source/options/optjava.cxx index 3f8c0cb794da..527c8ee8985c 100644 --- a/cui/source/options/optjava.cxx +++ b/cui/source/options/optjava.cxx @@ -60,8 +60,6 @@ #define CLASSPATH_DELIMITER SAL_PATHSEPARATOR -#include <comphelper/solarmutex.hxx> - using namespace ::com::sun::star::lang; using namespace ::com::sun::star::ucb; using namespace ::com::sun::star::ui::dialogs; diff --git a/cui/source/options/optsave.cxx b/cui/source/options/optsave.cxx index ae321e6a8fd2..6091c2e84eda 100644 --- a/cui/source/options/optsave.cxx +++ b/cui/source/options/optsave.cxx @@ -23,7 +23,6 @@ #include <comphelper/processfactory.hxx> #include <unotools/moduleoptions.hxx> #include <unotools/saveopt.hxx> -#include <comphelper/sequence.hxx> #include <comphelper/sequenceashashmap.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/container/XNameContainer.hpp> diff --git a/cui/source/tabpages/backgrnd.cxx b/cui/source/tabpages/backgrnd.cxx index c6e4a8952c6f..19874430deec 100644 --- a/cui/source/tabpages/backgrnd.cxx +++ b/cui/source/tabpages/backgrnd.cxx @@ -50,7 +50,6 @@ #include <svl/intitem.hxx> #include <sfx2/request.hxx> #include <vcl/GraphicObject.hxx> -#include <comphelper/lok.hxx> #include <svx/unobrushitemhelper.hxx> diff --git a/cui/source/tabpages/labdlg.cxx b/cui/source/tabpages/labdlg.cxx index efaa03fbbe20..2425b08b68af 100644 --- a/cui/source/tabpages/labdlg.cxx +++ b/cui/source/tabpages/labdlg.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <comphelper/string.hxx> #include <sfx2/app.hxx> #include <sfx2/module.hxx> #include <swpossizetabpage.hxx> |