cui/source/customize/CommandCategoryListBox.cxx | 2 -- cui/source/customize/SvxMenuConfigPage.cxx | 5 ----- cui/source/customize/SvxToolbarConfigPage.cxx | 5 ----- cui/source/customize/acccfg.cxx | 3 --- cui/source/customize/cfg.cxx | 5 ----- cui/source/customize/cfgutil.cxx | 4 ---- cui/source/customize/eventdlg.cxx | 1 - cui/source/customize/macropg.cxx | 4 ---- cui/source/dialogs/cuicharmap.cxx | 1 - cui/source/dialogs/cuigrfflt.cxx | 1 - cui/source/dialogs/hyphen.cxx | 1 - cui/source/dialogs/multipat.cxx | 1 - cui/source/dialogs/scriptdlg.cxx | 2 -- cui/source/dialogs/srchxtra.cxx | 1 - cui/source/options/certpath.cxx | 1 - cui/source/options/dbregister.cxx | 3 --- cui/source/options/optopencl.cxx | 1 - cui/source/options/webconninfo.cxx | 2 -- cui/source/tabpages/autocdlg.cxx | 2 -- cui/source/tabpages/backgrnd.cxx | 2 -- cui/source/tabpages/macroass.cxx | 2 -- cui/source/tabpages/numfmt.cxx | 2 -- cui/source/tabpages/numpages.cxx | 2 -- cui/source/tabpages/tabstpge.cxx | 1 - dbaccess/source/ui/app/AppControllerDnD.cxx | 1 - dbaccess/source/ui/dlg/tablespage.cxx | 1 - dbaccess/source/ui/querydesign/QueryTableView.cxx | 1 - desktop/source/deployment/gui/license_dialog.cxx | 1 - extensions/source/propctrlr/selectlabeldialog.cxx | 1 - extensions/source/propctrlr/taborder.cxx | 3 --- filter/source/xsltdialog/xmlfiltersettingsdialog.cxx | 3 --- sc/source/ui/miscdlgs/autofmt.cxx | 1 - sc/source/ui/view/gridwin.cxx | 1 - sfx2/source/control/templatelocalview.cxx | 1 - sfx2/source/control/templatesearchview.cxx | 2 -- sfx2/source/dialog/versdlg.cxx | 2 -- svx/source/dialog/charmap.cxx | 1 - svx/source/dialog/docrecovery.cxx | 1 - svx/source/dialog/rubydialog.cxx | 4 ++-- sw/source/ui/chrdlg/drpcps.cxx | 1 - sw/source/ui/dbui/addresslistdialog.cxx | 4 ---- sw/source/ui/dbui/createaddresslistdialog.cxx | 2 -- sw/source/ui/dbui/selectdbtabledialog.cxx | 1 - sw/source/ui/dialog/uiregionsw.cxx | 1 - sw/source/ui/envelp/envlop1.cxx | 1 - sw/source/ui/envelp/label1.cxx | 1 - sw/source/ui/envelp/labelexp.cxx | 1 - sw/source/ui/envelp/labfmt.cxx | 1 - sw/source/ui/fldui/changedb.cxx | 1 - sw/source/ui/fldui/flddinf.cxx | 1 - sw/source/ui/fldui/fldref.cxx | 2 -- sw/source/ui/fldui/fldvar.cxx | 1 - sw/source/ui/frmdlg/column.cxx | 1 - sw/source/ui/frmdlg/frmpage.cxx | 1 - sw/source/ui/index/cnttab.cxx | 2 -- sw/source/ui/misc/bookmark.cxx | 2 -- sw/source/ui/misc/glosbib.cxx | 2 -- sw/source/ui/misc/outline.cxx | 1 - sw/source/ui/table/autoformatpreview.cxx | 1 - sw/source/uibase/dbui/dbtree.cxx | 2 -- sw/source/uibase/frmdlg/colex.cxx | 2 -- sw/source/uibase/inc/dbtree.hxx | 1 - sw/source/uibase/misc/numberingtypelistbox.cxx | 1 - sw/source/uibase/utlui/condedit.cxx | 1 - sw/source/uibase/utlui/numfmtlb.cxx | 1 - 65 files changed, 2 insertions(+), 112 deletions(-)
New commits: commit b2fafc5d7351d0ae9055816590b989c023a2875d Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Tue Apr 9 09:12:13 2019 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Tue Apr 9 12:15:09 2019 +0200 drop some unneeded includes Change-Id: I8e41e28313a22148033c566edce50f5bfa58d065 Reviewed-on: https://gerrit.libreoffice.org/70452 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/cui/source/customize/CommandCategoryListBox.cxx b/cui/source/customize/CommandCategoryListBox.cxx index 93e08e241b67..1f0ae96670ad 100644 --- a/cui/source/customize/CommandCategoryListBox.cxx +++ b/cui/source/customize/CommandCategoryListBox.cxx @@ -18,7 +18,6 @@ */ #include <CommandCategoryListBox.hxx> -#include <vcl/treelistentry.hxx> #include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/beans/XPropertySet.hpp> @@ -29,7 +28,6 @@ #include <com/sun/star/script/browse/BrowseNodeTypes.hpp> #include <com/sun/star/script/browse/theBrowseNodeFactory.hpp> #include <com/sun/star/script/browse/BrowseNodeFactoryViewTypes.hpp> -#include <vcl/builderfactory.hxx> #include <vcl/commandinfoprovider.hxx> // include search util diff --git a/cui/source/customize/SvxMenuConfigPage.cxx b/cui/source/customize/SvxMenuConfigPage.cxx index 1e44f43b0da0..f87cbd085906 100644 --- a/cui/source/customize/SvxMenuConfigPage.cxx +++ b/cui/source/customize/SvxMenuConfigPage.cxx @@ -29,8 +29,6 @@ #include <vcl/help.hxx> #include <vcl/weld.hxx> #include <vcl/decoview.hxx> -#include <vcl/toolbox.hxx> -#include <vcl/scrbar.hxx> #include <vcl/virdev.hxx> #include <vcl/settings.hxx> @@ -46,9 +44,6 @@ #include <sfx2/filedlghelper.hxx> #include <svl/stritem.hxx> #include <svtools/miscopt.hxx> -#include <vcl/svlbitm.hxx> -#include <vcl/treelistentry.hxx> -#include <vcl/viewdataentry.hxx> #include <tools/diagnose_ex.h> #include <algorithm> diff --git a/cui/source/customize/SvxToolbarConfigPage.cxx b/cui/source/customize/SvxToolbarConfigPage.cxx index 9b0de1b5dd71..046a3d84b315 100644 --- a/cui/source/customize/SvxToolbarConfigPage.cxx +++ b/cui/source/customize/SvxToolbarConfigPage.cxx @@ -29,8 +29,6 @@ #include <vcl/help.hxx> #include <vcl/weld.hxx> #include <vcl/decoview.hxx> -#include <vcl/toolbox.hxx> -#include <vcl/scrbar.hxx> #include <vcl/virdev.hxx> #include <vcl/settings.hxx> @@ -47,9 +45,6 @@ #include <sfx2/sfxsids.hrc> #include <svl/stritem.hxx> #include <svtools/miscopt.hxx> -#include <vcl/svlbitm.hxx> -#include <vcl/treelistentry.hxx> -#include <vcl/viewdataentry.hxx> #include <tools/diagnose_ex.h> #include <algorithm> diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx index df18306af9f4..8a3e6d203a1b 100644 --- a/cui/source/customize/acccfg.cxx +++ b/cui/source/customize/acccfg.cxx @@ -30,10 +30,8 @@ #include <sfx2/minfitem.hxx> #include <sfx2/sfxresid.hxx> #include <svl/stritem.hxx> -#include <vcl/treelistentry.hxx> #include <sal/macros.h> -#include <vcl/builderfactory.hxx> #include <vcl/edit.hxx> #include <strings.hrc> @@ -67,7 +65,6 @@ // include other projects #include <comphelper/processfactory.hxx> #include <svtools/acceleratorexecute.hxx> -#include <vcl/svlbitm.hxx> #include <vcl/svapp.hxx> #include <vcl/help.hxx> #include <rtl/ustrbuf.hxx> diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx index a0b14bce8720..bd6487186c50 100644 --- a/cui/source/customize/cfg.cxx +++ b/cui/source/customize/cfg.cxx @@ -30,8 +30,6 @@ #include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <vcl/decoview.hxx> -#include <vcl/toolbox.hxx> -#include <vcl/scrbar.hxx> #include <vcl/virdev.hxx> #include <vcl/settings.hxx> @@ -48,9 +46,6 @@ #include <sfx2/filedlghelper.hxx> #include <sfx2/sfxsids.hrc> #include <svl/stritem.hxx> -#include <vcl/svlbitm.hxx> -#include <vcl/treelistentry.hxx> -#include <vcl/viewdataentry.hxx> #include <tools/diagnose_ex.h> #include <toolkit/helper/vclunohelper.hxx> diff --git a/cui/source/customize/cfgutil.cxx b/cui/source/customize/cfgutil.cxx index e3e76673a64e..067f9c7a71bb 100644 --- a/cui/source/customize/cfgutil.cxx +++ b/cui/source/customize/cfgutil.cxx @@ -52,17 +52,13 @@ #include <comphelper/processfactory.hxx> #include <comphelper/sequenceashashmap.hxx> #include <svtools/imagemgr.hxx> -#include <vcl/treelistentry.hxx> #include <rtl/ustrbuf.hxx> #include <sal/log.hxx> #include <osl/diagnose.h> #include <unotools/configmgr.hxx> #include <dialmgr.hxx> #include <svl/stritem.hxx> -#include <vcl/builderfactory.hxx> -#include <vcl/button.hxx> #include <vcl/commandinfoprovider.hxx> -#include <vcl/fixed.hxx> #include <vcl/help.hxx> #include <vcl/vclmedit.hxx> diff --git a/cui/source/customize/eventdlg.cxx b/cui/source/customize/eventdlg.cxx index 3a2b5d3490cf..7c5a5a9576a2 100644 --- a/cui/source/customize/eventdlg.cxx +++ b/cui/source/customize/eventdlg.cxx @@ -38,7 +38,6 @@ #include <sfx2/docfac.hxx> #include <sfx2/fcontnr.hxx> #include <unotools/eventcfg.hxx> -#include <vcl/treelistentry.hxx> #include <headertablistbox.hxx> #include "macropg_impl.hxx" diff --git a/cui/source/customize/macropg.cxx b/cui/source/customize/macropg.cxx index af28aec6eb89..cccb04e19547 100644 --- a/cui/source/customize/macropg.cxx +++ b/cui/source/customize/macropg.cxx @@ -20,9 +20,6 @@ #include <basic/basmgr.hxx> #include <macropg.hxx> -#include <vcl/layout.hxx> -#include <vcl/svlbitm.hxx> -#include <vcl/treelistentry.hxx> #include <svl/eitem.hxx> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> @@ -39,7 +36,6 @@ #include "macropg_impl.hxx" #include <svx/dialogs.hrc> #include <strings.hrc> -#include <vcl/builderfactory.hxx> #include <comphelper/namedvaluecollection.hxx> #include <algorithm> diff --git a/cui/source/dialogs/cuicharmap.cxx b/cui/source/dialogs/cuicharmap.cxx index e90574a8426e..cd6c82ea16c4 100644 --- a/cui/source/dialogs/cuicharmap.cxx +++ b/cui/source/dialogs/cuicharmap.cxx @@ -29,7 +29,6 @@ #include <svx/ucsubset.hxx> #include <sfx2/objsh.hxx> #include <vcl/settings.hxx> -#include <vcl/builderfactory.hxx> #include <vcl/fontcharmap.hxx> #include <vcl/virdev.hxx> #include <svl/stritem.hxx> diff --git a/cui/source/dialogs/cuigrfflt.cxx b/cui/source/dialogs/cuigrfflt.cxx index 6f6dbd519215..1972348523e4 100644 --- a/cui/source/dialogs/cuigrfflt.cxx +++ b/cui/source/dialogs/cuigrfflt.cxx @@ -24,7 +24,6 @@ #include <vcl/BitmapSmoothenFilter.hxx> #include <vcl/BitmapSolarizeFilter.hxx> #include <vcl/BitmapColorQuantizationFilter.hxx> -#include <vcl/builderfactory.hxx> #include <vcl/svapp.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/viewsh.hxx> diff --git a/cui/source/dialogs/hyphen.cxx b/cui/source/dialogs/hyphen.cxx index 4bc1edb5e889..50cb920f871d 100644 --- a/cui/source/dialogs/hyphen.cxx +++ b/cui/source/dialogs/hyphen.cxx @@ -24,7 +24,6 @@ #include <editeng/unolingu.hxx> #include <svtools/langtab.hxx> #include <svx/dlgutil.hxx> -#include <vcl/builderfactory.hxx> #include <sal/log.hxx> #include <i18nlangtag/languagetag.hxx> #include <tools/debug.hxx> diff --git a/cui/source/dialogs/multipat.cxx b/cui/source/dialogs/multipat.cxx index 45fe4cf4bec7..6789e83c2a29 100644 --- a/cui/source/dialogs/multipat.cxx +++ b/cui/source/dialogs/multipat.cxx @@ -35,7 +35,6 @@ #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> #include <unotools/pathoptions.hxx> -#include <vcl/treelistentry.hxx> using namespace ::com::sun::star::lang; using namespace ::com::sun::star::ui::dialogs; diff --git a/cui/source/dialogs/scriptdlg.cxx b/cui/source/dialogs/scriptdlg.cxx index a7f60dec685f..569d09f71046 100644 --- a/cui/source/dialogs/scriptdlg.cxx +++ b/cui/source/dialogs/scriptdlg.cxx @@ -24,7 +24,6 @@ #include <sfx2/objsh.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> -#include <vcl/builderfactory.hxx> #include <strings.hrc> #include <bitmaps.hlst> @@ -53,7 +52,6 @@ #include <basic/sbx.hxx> #include <svtools/imagemgr.hxx> -#include <vcl/treelistentry.hxx> #include <tools/urlobj.hxx> #include <tools/diagnose_ex.h> #include <vector> diff --git a/cui/source/dialogs/srchxtra.cxx b/cui/source/dialogs/srchxtra.cxx index ac6b4f1e711b..443f483967c4 100644 --- a/cui/source/dialogs/srchxtra.cxx +++ b/cui/source/dialogs/srchxtra.cxx @@ -31,7 +31,6 @@ #include <svx/dialogs.hrc> #include <tools/resary.hxx> #include <rtl/strbuf.hxx> -#include <vcl/treelistentry.hxx> SvxSearchFormatDialog::SvxSearchFormatDialog(weld::Window* pParent, const SfxItemSet& rSet) : SfxTabDialogController(pParent, "cui/ui/searchformatdialog.ui", "SearchFormatDialog", &rSet) diff --git a/cui/source/options/certpath.cxx b/cui/source/options/certpath.cxx index c830b6e68631..316639f29460 100644 --- a/cui/source/options/certpath.cxx +++ b/cui/source/options/certpath.cxx @@ -12,7 +12,6 @@ #include <osl/security.hxx> #include <osl/thread.h> #include <sal/log.hxx> -#include <vcl/treelistentry.hxx> #include <unotools/securityoptions.hxx> #include "certpath.hxx" diff --git a/cui/source/options/dbregister.cxx b/cui/source/options/dbregister.cxx index 978e023b3c16..638908599ab1 100644 --- a/cui/source/options/dbregister.cxx +++ b/cui/source/options/dbregister.cxx @@ -23,10 +23,8 @@ #include <svl/filenotation.hxx> #include <helpids.h> #include <svtools/editbrowsebox.hxx> -#include <vcl/treelistentry.hxx> #include <strings.hrc> #include <bitmaps.hlst> -#include <vcl/field.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <svl/eitem.hxx> @@ -35,7 +33,6 @@ #include <com/sun/star/ui/dialogs/XFilePicker.hpp> #include <com/sun/star/ui/dialogs/XFilterManager.hpp> #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> -#include <vcl/svtabbx.hxx> #include <svl/itemset.hxx> #include "doclinkdialog.hxx" #include <unotools/localfilehelper.hxx> diff --git a/cui/source/options/optopencl.cxx b/cui/source/options/optopencl.cxx index b8b30b7e0229..ba1ea2de7294 100644 --- a/cui/source/options/optopencl.cxx +++ b/cui/source/options/optopencl.cxx @@ -39,7 +39,6 @@ #include <strings.hrc> #include <dialmgr.hxx> #include "optopencl.hxx" -#include <vcl/treelistentry.hxx> SvxOpenCLTabPage::SvxOpenCLTabPage(vcl::Window* pParent, const SfxItemSet& rSet) : SfxTabPage(pParent, "OptOpenCLPage", "cui/ui/optopenclpage.ui", &rSet), diff --git a/cui/source/options/webconninfo.cxx b/cui/source/options/webconninfo.cxx index 5bb56294cfc3..3798fc77eb9e 100644 --- a/cui/source/options/webconninfo.cxx +++ b/cui/source/options/webconninfo.cxx @@ -26,8 +26,6 @@ #include <comphelper/processfactory.hxx> #include <comphelper/docpasswordrequest.hxx> #include <toolkit/helper/vclunohelper.hxx> -#include <vcl/treelistentry.hxx> -#include <vcl/layout.hxx> using namespace ::com::sun::star; diff --git a/cui/source/tabpages/autocdlg.cxx b/cui/source/tabpages/autocdlg.cxx index 963ba8480296..c1e4d1994f83 100644 --- a/cui/source/tabpages/autocdlg.cxx +++ b/cui/source/tabpages/autocdlg.cxx @@ -18,7 +18,6 @@ */ #include <i18nutil/unicode.hxx> -#include <vcl/builderfactory.hxx> #include <vcl/field.hxx> #include <vcl/keycodes.hxx> #include <vcl/settings.hxx> @@ -40,7 +39,6 @@ #include <sfx2/sfxsids.hrc> #include <svl/eitem.hxx> #include <svl/languageoptions.hxx> -#include <vcl/svlbitm.hxx> #include <svx/SmartTagMgr.hxx> #include <com/sun/star/smarttags/XSmartTagRecognizer.hpp> #include <com/sun/star/smarttags/XSmartTagAction.hpp> diff --git a/cui/source/tabpages/backgrnd.cxx b/cui/source/tabpages/backgrnd.cxx index dddbe7e0e985..dc15fb3a0cf6 100644 --- a/cui/source/tabpages/backgrnd.cxx +++ b/cui/source/tabpages/backgrnd.cxx @@ -20,12 +20,10 @@ #include <memory> #include <com/sun/star/drawing/FillStyle.hpp> #include <unotools/pathoptions.hxx> -#include <vcl/builderfactory.hxx> #include <vcl/settings.hxx> #include <vcl/graphicfilter.hxx> #include <vcl/idle.hxx> #include <vcl/svapp.hxx> -#include <vcl/window.hxx> #include <tools/urlobj.hxx> #include <sfx2/dialoghelper.hxx> #include <sfx2/objsh.hxx> diff --git a/cui/source/tabpages/macroass.cxx b/cui/source/tabpages/macroass.cxx index 2f284d4b51b1..a79244850e8f 100644 --- a/cui/source/tabpages/macroass.cxx +++ b/cui/source/tabpages/macroass.cxx @@ -32,8 +32,6 @@ #include <sfx2/evntconf.hxx> #include <sfx2/objsh.hxx> #include <headertablistbox.hxx> -#include <vcl/svlbitm.hxx> -#include <vcl/treelistentry.hxx> using ::com::sun::star::uno::Reference; using ::com::sun::star::frame::XFrame; diff --git a/cui/source/tabpages/numfmt.cxx b/cui/source/tabpages/numfmt.cxx index 2e8d10c7a21b..f6166de32740 100644 --- a/cui/source/tabpages/numfmt.cxx +++ b/cui/source/tabpages/numfmt.cxx @@ -20,10 +20,8 @@ #include <svl/eitem.hxx> #include <svl/intitem.hxx> #include <sfx2/objsh.hxx> -#include <vcl/builder.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> -#include <vcl/builderfactory.hxx> #include <unotools/localedatawrapper.hxx> #include <i18nlangtag/lang.h> #include <i18nlangtag/mslangid.hxx> diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx index 2fa752fcfc1f..5fa0f5cbe047 100644 --- a/cui/source/tabpages/numpages.cxx +++ b/cui/source/tabpages/numpages.cxx @@ -28,7 +28,6 @@ #include <i18nlangtag/mslangid.hxx> #include <editeng/numitem.hxx> #include <svl/eitem.hxx> -#include <vcl/layout.hxx> #include <vcl/svapp.hxx> #include <svx/colorbox.hxx> #include <svx/strarray.hxx> @@ -39,7 +38,6 @@ #include <sfx2/objsh.hxx> #include <vcl/graph.hxx> #include <vcl/settings.hxx> -#include <vcl/builderfactory.hxx> #include <cuicharmap.hxx> #include <editeng/flstitem.hxx> #include <svx/dlgutil.hxx> diff --git a/cui/source/tabpages/tabstpge.cxx b/cui/source/tabpages/tabstpge.cxx index ef1555e7c9ab..e4e92fc1c90b 100644 --- a/cui/source/tabpages/tabstpge.cxx +++ b/cui/source/tabpages/tabstpge.cxx @@ -21,7 +21,6 @@ #include <svtools/ruler.hxx> #include <svx/dialogs.hrc> #include <vcl/settings.hxx> -#include <vcl/builderfactory.hxx> #include <vcl/svapp.hxx> #include <editeng/lrspitem.hxx> diff --git a/dbaccess/source/ui/app/AppControllerDnD.cxx b/dbaccess/source/ui/app/AppControllerDnD.cxx index b77e875e6b79..2a01495f0321 100644 --- a/dbaccess/source/ui/app/AppControllerDnD.cxx +++ b/dbaccess/source/ui/app/AppControllerDnD.cxx @@ -67,7 +67,6 @@ #include <UITools.hxx> #include <algorithm> #include <iterator> -#include <vcl/treelistbox.hxx> #include <com/sun/star/sdb/XReportDocumentsSupplier.hpp> #include <com/sun/star/sdb/XFormDocumentsSupplier.hpp> #include <unotools/pathoptions.hxx> diff --git a/dbaccess/source/ui/dlg/tablespage.cxx b/dbaccess/source/ui/dlg/tablespage.cxx index b6666ead4f3e..7c13312c963e 100644 --- a/dbaccess/source/ui/dlg/tablespage.cxx +++ b/dbaccess/source/ui/dlg/tablespage.cxx @@ -45,7 +45,6 @@ #include <UITools.hxx> #include <osl/diagnose.h> #include <svtools/imgdef.hxx> -#include <vcl/treelistentry.hxx> #include <TablesSingleDlg.hxx> #include <tools/diagnose_ex.h> #include <cppuhelper/exc_hlp.hxx> diff --git a/dbaccess/source/ui/querydesign/QueryTableView.cxx b/dbaccess/source/ui/querydesign/QueryTableView.cxx index 79ebb89fc69d..bbb35068ff2b 100644 --- a/dbaccess/source/ui/querydesign/QueryTableView.cxx +++ b/dbaccess/source/ui/querydesign/QueryTableView.cxx @@ -48,7 +48,6 @@ #include <core_resource.hxx> #include <strings.hrc> #include <strings.hxx> -#include <vcl/treelistentry.hxx> using namespace dbaui; using namespace ::com::sun::star::uno; diff --git a/desktop/source/deployment/gui/license_dialog.cxx b/desktop/source/deployment/gui/license_dialog.cxx index 92bfb4bf0e8a..d84680ada04c 100644 --- a/desktop/source/deployment/gui/license_dialog.cxx +++ b/desktop/source/deployment/gui/license_dialog.cxx @@ -31,7 +31,6 @@ #include <vcl/textview.hxx> #include <vcl/scrbar.hxx> #include <vcl/threadex.hxx> -#include <vcl/builderfactory.hxx> #include <vcl/weld.hxx> #include "license_dialog.hxx" diff --git a/extensions/source/propctrlr/selectlabeldialog.cxx b/extensions/source/propctrlr/selectlabeldialog.cxx index aeb72b28c670..e1aee794cc63 100644 --- a/extensions/source/propctrlr/selectlabeldialog.cxx +++ b/extensions/source/propctrlr/selectlabeldialog.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <comphelper/property.hxx> #include <comphelper/types.hxx> -#include <vcl/treelistentry.hxx> #include <sal/log.hxx> #include <tools/debug.hxx> diff --git a/extensions/source/propctrlr/taborder.cxx b/extensions/source/propctrlr/taborder.cxx index 476483a984b4..8163ce6c3c3b 100644 --- a/extensions/source/propctrlr/taborder.cxx +++ b/extensions/source/propctrlr/taborder.cxx @@ -28,9 +28,6 @@ #include <cppuhelper/implbase.hxx> #include <com/sun/star/form/FormComponentType.hpp> #include <com/sun/star/form/runtime/FormController.hpp> -#include <vcl/scrbar.hxx> -#include <vcl/treelistentry.hxx> -#include <vcl/builderfactory.hxx> #include <osl/diagnose.h> #include <tools/debug.hxx> diff --git a/filter/source/xsltdialog/xmlfiltersettingsdialog.cxx b/filter/source/xsltdialog/xmlfiltersettingsdialog.cxx index db465480e739..21d9fe69d7e7 100644 --- a/filter/source/xsltdialog/xmlfiltersettingsdialog.cxx +++ b/filter/source/xsltdialog/xmlfiltersettingsdialog.cxx @@ -28,17 +28,14 @@ #include <com/sun/star/ui/dialogs/TemplateDescription.hpp> #include <tools/urlobj.hxx> -#include <vcl/headbar.hxx> #include <unotools/pathoptions.hxx> #include <unotools/resmgr.hxx> #include <unotools/streamwrap.hxx> #include <osl/file.hxx> #include <o3tl/enumrange.hxx> -#include <vcl/builderfactory.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <sfx2/filedlghelper.hxx> -#include <vcl/treelistentry.hxx> #include <tools/stream.hxx> #include <rtl/uri.hxx> diff --git a/sc/source/ui/miscdlgs/autofmt.cxx b/sc/source/ui/miscdlgs/autofmt.cxx index b35300c9528d..0ce0e00b7528 100644 --- a/sc/source/ui/miscdlgs/autofmt.cxx +++ b/sc/source/ui/miscdlgs/autofmt.cxx @@ -32,7 +32,6 @@ #include <svtools/scriptedtext.hxx> #include <vcl/settings.hxx> #include <vcl/svapp.hxx> -#include <vcl/builderfactory.hxx> #include <vcl/virdev.hxx> #include <comphelper/processfactory.hxx> #include <drawinglayer/processor2d/processor2dtools.hxx> diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx index cc908df98225..3d5ce930acdc 100644 --- a/sc/source/ui/view/gridwin.cxx +++ b/sc/source/ui/view/gridwin.cxx @@ -37,7 +37,6 @@ #include <sfx2/docfile.hxx> #include <sfx2/ipclient.hxx> #include <svl/stritem.hxx> -#include <vcl/svtabbx.hxx> #include <svl/urlbmk.hxx> #include <svl/sharedstringpool.hxx> #include <vcl/cursor.hxx> diff --git a/sfx2/source/control/templatelocalview.cxx b/sfx2/source/control/templatelocalview.cxx index 816448a3b298..f4ee597b98ea 100644 --- a/sfx2/source/control/templatelocalview.cxx +++ b/sfx2/source/control/templatelocalview.cxx @@ -19,7 +19,6 @@ #include <svl/inettype.hxx> #include <tools/urlobj.hxx> #include <unotools/moduleoptions.hxx> -#include <vcl/builderfactory.hxx> #include <vcl/help.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> diff --git a/sfx2/source/control/templatesearchview.cxx b/sfx2/source/control/templatesearchview.cxx index 97848d65e28a..0203352a0040 100644 --- a/sfx2/source/control/templatesearchview.cxx +++ b/sfx2/source/control/templatesearchview.cxx @@ -20,8 +20,6 @@ #include <sfx2/strings.hrc> #include <bitmaps.hlst> -#include <vcl/builderfactory.hxx> - #define MNI_OPEN "open" #define MNI_EDIT "edit" #define MNI_DEFAULT_TEMPLATE "default" diff --git a/sfx2/source/dialog/versdlg.cxx b/sfx2/source/dialog/versdlg.cxx index d9ebd67973f1..9bad2eb60013 100644 --- a/sfx2/source/dialog/versdlg.cxx +++ b/sfx2/source/dialog/versdlg.cxx @@ -29,11 +29,9 @@ #include <svl/stritem.hxx> #include <svl/itemset.hxx> #include <unotools/useroptions.hxx> -#include <vcl/layout.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <tools/datetime.hxx> -#include <vcl/treelistentry.hxx> #include <svtools/miscopt.hxx> #include <versdlg.hxx> diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx index 3834862f275e..25f4b25e9ec9 100644 --- a/svx/source/dialog/charmap.cxx +++ b/svx/source/dialog/charmap.cxx @@ -19,7 +19,6 @@ #include <vcl/svapp.hxx> #include <vcl/settings.hxx> -#include <vcl/builderfactory.hxx> #include <vcl/virdev.hxx> #include <svtools/colorcfg.hxx> diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx index c65012a8f53e..b5a5436b5b70 100644 --- a/svx/source/dialog/docrecovery.cxx +++ b/svx/source/dialog/docrecovery.cxx @@ -54,7 +54,6 @@ #include <osl/security.hxx> #include <rtl/bootstrap.hxx> #include <unotools/pathoptions.hxx> -#include <vcl/treelistentry.hxx> #include <officecfg/Office/Recovery.hxx> namespace svx{ diff --git a/svx/source/dialog/rubydialog.cxx b/svx/source/dialog/rubydialog.cxx index ee9d7d153e9d..1e24f853b039 100644 --- a/svx/source/dialog/rubydialog.cxx +++ b/svx/source/dialog/rubydialog.cxx @@ -42,9 +42,9 @@ #include <com/sun/star/view/XSelectionSupplier.hpp> #include <cppuhelper/implbase.hxx> #include <svtools/colorcfg.hxx> -#include <vcl/layout.hxx> +#include <vcl/event.hxx> #include <vcl/settings.hxx> -#include <vcl/builderfactory.hxx> +#include <vcl/svapp.hxx> using namespace css::uno; using namespace css::frame; diff --git a/sw/source/ui/chrdlg/drpcps.cxx b/sw/source/ui/chrdlg/drpcps.cxx index 55b159b3ca2b..db8f40fdf8a5 100644 --- a/sw/source/ui/chrdlg/drpcps.cxx +++ b/sw/source/ui/chrdlg/drpcps.cxx @@ -37,7 +37,6 @@ #include <sfx2/objsh.hxx> #include <svtools/unitconv.hxx> #include <vcl/print.hxx> -#include <vcl/builderfactory.hxx> #include <com/sun/star/i18n/ScriptType.hpp> #include <editeng/scripttypeitem.hxx> #include <comphelper/processfactory.hxx> diff --git a/sw/source/ui/dbui/addresslistdialog.cxx b/sw/source/ui/dbui/addresslistdialog.cxx index 20633a13e692..83b3d6293cc8 100644 --- a/sw/source/ui/dbui/addresslistdialog.cxx +++ b/sw/source/ui/dbui/addresslistdialog.cxx @@ -28,12 +28,9 @@ #include <dbconfig.hxx> #include <unotools/tempfile.hxx> #include <vcl/svapp.hxx> -#include <vcl/fixed.hxx> #include <tools/urlobj.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/types.hxx> -#include <svtools/simptabl.hxx> -#include <vcl/treelistentry.hxx> #include <com/sun/star/sdbc/XCloseable.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> @@ -52,7 +49,6 @@ #include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> #include <com/sun/star/frame/XStorable.hpp> #include <swunohelper.hxx> -#include <vcl/waitobj.hxx> #include <unotools/pathoptions.hxx> #include <svl/urihelper.hxx> #include <dbui.hrc> diff --git a/sw/source/ui/dbui/createaddresslistdialog.cxx b/sw/source/ui/dbui/createaddresslistdialog.cxx index 9e9626ae0356..ac56d6b9bf5b 100644 --- a/sw/source/ui/dbui/createaddresslistdialog.cxx +++ b/sw/source/ui/dbui/createaddresslistdialog.cxx @@ -27,9 +27,7 @@ #include "customizeaddresslistdialog.hxx" #include <mmconfigitem.hxx> #include <vcl/scrbar.hxx> -#include <vcl/builderfactory.hxx> #include <vcl/event.hxx> -#include <vcl/fixed.hxx> #include <vcl/commandevent.hxx> #include <vcl/svapp.hxx> #include <svtools/controldims.hxx> diff --git a/sw/source/ui/dbui/selectdbtabledialog.cxx b/sw/source/ui/dbui/selectdbtabledialog.cxx index c7c309265f5a..542df4f46dd7 100644 --- a/sw/source/ui/dbui/selectdbtabledialog.cxx +++ b/sw/source/ui/dbui/selectdbtabledialog.cxx @@ -21,7 +21,6 @@ #include "selectdbtabledialog.hxx" #include "dbtablepreviewdialog.hxx" #include <svtools/simptabl.hxx> -#include <vcl/treelistentry.hxx> #include <osl/diagnose.h> #include <com/sun/star/sdbcx/XTablesSupplier.hpp> #include <com/sun/star/sdb/XQueriesSupplier.hpp> diff --git a/sw/source/ui/dialog/uiregionsw.cxx b/sw/source/ui/dialog/uiregionsw.cxx index 31800ee2eeef..8d5fcc9013c4 100644 --- a/sw/source/ui/dialog/uiregionsw.cxx +++ b/sw/source/ui/dialog/uiregionsw.cxx @@ -34,7 +34,6 @@ #include <sfx2/filedlghelper.hxx> #include <editeng/sizeitem.hxx> #include <svtools/htmlcfg.hxx> -#include <vcl/treelistentry.hxx> #include <uitool.hxx> #include <IMark.hxx> diff --git a/sw/source/ui/envelp/envlop1.cxx b/sw/source/ui/envelp/envlop1.cxx index 3c1c9514e138..f3dcc575fcf8 100644 --- a/sw/source/ui/envelp/envlop1.cxx +++ b/sw/source/ui/envelp/envlop1.cxx @@ -19,7 +19,6 @@ #include <dbmgr.hxx> #include <sfx2/app.hxx> -#include <vcl/builderfactory.hxx> #include <vcl/print.hxx> #include <vcl/settings.hxx> diff --git a/sw/source/ui/envelp/label1.cxx b/sw/source/ui/envelp/label1.cxx index 314146a7d049..54b447ef0d0c 100644 --- a/sw/source/ui/envelp/label1.cxx +++ b/sw/source/ui/envelp/label1.cxx @@ -21,7 +21,6 @@ #include <vcl/waitobj.hxx> #include <rtl/ustring.hxx> #include <sfx2/sfxsids.hrc> -#include <vcl/treelistentry.hxx> #include <tools/lineend.hxx> #include <com/sun/star/uno/Sequence.h> #include <swtypes.hxx> diff --git a/sw/source/ui/envelp/labelexp.cxx b/sw/source/ui/envelp/labelexp.cxx index 19895107d65d..4e9d863cdd9b 100644 --- a/sw/source/ui/envelp/labelexp.cxx +++ b/sw/source/ui/envelp/labelexp.cxx @@ -21,7 +21,6 @@ #include <com/sun/star/text/AutoTextContainer.hpp> #include <com/sun/star/text/XTextFieldsSupplier.hpp> #include <com/sun/star/util/XRefreshable.hpp> -#include <vcl/treelistentry.hxx> #include <swtypes.hxx> #include "labfmt.hxx" #include <unotools.hxx> diff --git a/sw/source/ui/envelp/labfmt.cxx b/sw/source/ui/envelp/labfmt.cxx index 98d96581d2ea..57d3a2912004 100644 --- a/sw/source/ui/envelp/labfmt.cxx +++ b/sw/source/ui/envelp/labfmt.cxx @@ -21,7 +21,6 @@ #include <tools/poly.hxx> #include <vcl/weld.hxx> #include <vcl/settings.hxx> -#include <vcl/builderfactory.hxx> #include <sal/log.hxx> #include <viewopt.hxx> diff --git a/sw/source/ui/fldui/changedb.cxx b/sw/source/ui/fldui/changedb.cxx index 32b64af27dcf..b04d69a6baef 100644 --- a/sw/source/ui/fldui/changedb.cxx +++ b/sw/source/ui/fldui/changedb.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/sdb/XDatabaseAccess.hpp> #include <comphelper/processfactory.hxx> #include <sfx2/viewfrm.hxx> -#include <vcl/treelistentry.hxx> #include <view.hxx> #include <wrtsh.hxx> diff --git a/sw/source/ui/fldui/flddinf.cxx b/sw/source/ui/fldui/flddinf.cxx index 340daf1470da..c590e3a12ce3 100644 --- a/sw/source/ui/fldui/flddinf.cxx +++ b/sw/source/ui/fldui/flddinf.cxx @@ -22,7 +22,6 @@ #include <vcl/svapp.hxx> #include <svl/zforlist.hxx> #include <svl/zformat.hxx> -#include <vcl/treelistentry.hxx> #include <swtypes.hxx> #include <flddinf.hrc> diff --git a/sw/source/ui/fldui/fldref.cxx b/sw/source/ui/fldui/fldref.cxx index 2b5d2eac20ee..78ce06e5c878 100644 --- a/sw/source/ui/fldui/fldref.cxx +++ b/sw/source/ui/fldui/fldref.cxx @@ -38,8 +38,6 @@ #include <comphelper/string.hxx> -#include <vcl/treelistentry.hxx> - #define REFFLDFLAG 0x4000 #define REFFLDFLAG_BOOKMARK 0x4800 #define REFFLDFLAG_FOOTNOTE 0x5000 diff --git a/sw/source/ui/fldui/fldvar.cxx b/sw/source/ui/fldui/fldvar.cxx index e13425597e07..fbba8bf35e20 100644 --- a/sw/source/ui/fldui/fldvar.cxx +++ b/sw/source/ui/fldui/fldvar.cxx @@ -19,7 +19,6 @@ #include <swtypes.hxx> #include <sfx2/linkmgr.hxx> -#include <vcl/builderfactory.hxx> #include <IDocumentFieldsAccess.hxx> #include <usrfld.hxx> #include <docufld.hxx> diff --git a/sw/source/ui/frmdlg/column.cxx b/sw/source/ui/frmdlg/column.cxx index ca9f96462c69..b13c9c478457 100644 --- a/sw/source/ui/frmdlg/column.cxx +++ b/sw/source/ui/frmdlg/column.cxx @@ -38,7 +38,6 @@ #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> #include <vcl/settings.hxx> -#include <vcl/builderfactory.hxx> #include <swmodule.hxx> #include <sal/macros.h> diff --git a/sw/source/ui/frmdlg/frmpage.cxx b/sw/source/ui/frmdlg/frmpage.cxx index d83066cd4737..d5512ffd698c 100644 --- a/sw/source/ui/frmdlg/frmpage.cxx +++ b/sw/source/ui/frmdlg/frmpage.cxx @@ -70,7 +70,6 @@ #include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp> #include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp> #include <vcl/graphicfilter.hxx> -#include <vcl/builderfactory.hxx> #include <svtools/embedhlp.hxx> #include <memory> diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx index 0208d36cd837..dd037789b4e1 100644 --- a/sw/source/ui/index/cnttab.cxx +++ b/sw/source/ui/index/cnttab.cxx @@ -20,7 +20,6 @@ #include <config_folders.h> #include <sal/log.hxx> -#include <vcl/builderfactory.hxx> #include <svl/style.hxx> #include <vcl/help.hxx> #include <vcl/weld.hxx> @@ -32,7 +31,6 @@ #include <sfx2/dispatch.hxx> #include <sfx2/docfile.hxx> #include <svtools/simptabl.hxx> -#include <vcl/treelistentry.hxx> #include <svx/dialogs.hrc> #include <svx/svxdlg.hxx> #include <svx/flagsdef.hxx> diff --git a/sw/source/ui/misc/bookmark.cxx b/sw/source/ui/misc/bookmark.cxx index 4dc14e5deaf0..bef5a4aebae1 100644 --- a/sw/source/ui/misc/bookmark.cxx +++ b/sw/source/ui/misc/bookmark.cxx @@ -20,9 +20,7 @@ #include <sfx2/request.hxx> #include <svl/stritem.hxx> #include <vcl/weld.hxx> -#include <vcl/builderfactory.hxx> #include <vcl/headbar.hxx> -#include <vcl/treelistentry.hxx> #include <com/sun/star/text/XBookmarksSupplier.hpp> #include <swabstdlg.hxx> diff --git a/sw/source/ui/misc/glosbib.cxx b/sw/source/ui/misc/glosbib.cxx index ecdeaaf3c3c0..c653199e74ae 100644 --- a/sw/source/ui/misc/glosbib.cxx +++ b/sw/source/ui/misc/glosbib.cxx @@ -22,11 +22,9 @@ #include <vcl/help.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> -#include <vcl/builderfactory.hxx> #include <unotools/transliterationwrapper.hxx> #include <unotools/tempfile.hxx> #include <unotools/pathoptions.hxx> -#include <vcl/treelistentry.hxx> #include <osl/diagnose.h> #include <swtypes.hxx> diff --git a/sw/source/ui/misc/outline.cxx b/sw/source/ui/misc/outline.cxx index e87933b44228..e4e3f8083de1 100644 --- a/sw/source/ui/misc/outline.cxx +++ b/sw/source/ui/misc/outline.cxx @@ -20,7 +20,6 @@ #include <hintids.hxx> #include <vcl/menu.hxx> #include <vcl/settings.hxx> -#include <vcl/builderfactory.hxx> #include <vcl/virdev.hxx> #include <sfx2/tabdlg.hxx> #include <editeng/brushitem.hxx> diff --git a/sw/source/ui/table/autoformatpreview.cxx b/sw/source/ui/table/autoformatpreview.cxx index 6f0f92f98ffb..80e430d2f17f 100644 --- a/sw/source/ui/table/autoformatpreview.cxx +++ b/sw/source/ui/table/autoformatpreview.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <vcl/builderfactory.hxx> #include <vcl/settings.hxx> #include <com/sun/star/i18n/BreakIterator.hpp> #include <comphelper/processfactory.hxx> diff --git a/sw/source/uibase/dbui/dbtree.cxx b/sw/source/uibase/dbui/dbtree.cxx index f5d6c5c64dea..7c8695461db0 100644 --- a/sw/source/uibase/dbui/dbtree.cxx +++ b/sw/source/uibase/dbui/dbtree.cxx @@ -36,9 +36,7 @@ #include <view.hxx> #include <wrtsh.hxx> #include <dbtree.hxx> -#include <vcl/builderfactory.hxx> #include <vcl/svapp.hxx> -#include <vcl/treelistentry.hxx> #include <bitmaps.hlst> diff --git a/sw/source/uibase/frmdlg/colex.cxx b/sw/source/uibase/frmdlg/colex.cxx index d00de282e8cb..5beebe17dd33 100644 --- a/sw/source/uibase/frmdlg/colex.cxx +++ b/sw/source/uibase/frmdlg/colex.cxx @@ -29,10 +29,8 @@ #include <editeng/brushitem.hxx> #include <editeng/frmdiritem.hxx> #include <vcl/bitmap.hxx> -#include <vcl/builder.hxx> #include <vcl/graph.hxx> #include <vcl/settings.hxx> -#include <vcl/builderfactory.hxx> #include <tgrditem.hxx> #include <viewopt.hxx> #include <colex.hxx> diff --git a/sw/source/uibase/inc/dbtree.hxx b/sw/source/uibase/inc/dbtree.hxx index 5d34ddbb77c5..66a50c07a6f7 100644 --- a/sw/source/uibase/inc/dbtree.hxx +++ b/sw/source/uibase/inc/dbtree.hxx @@ -20,7 +20,6 @@ #define INCLUDED_SW_SOURCE_UIBASE_INC_DBTREE_HXX #include <memory> -#include <vcl/treelistbox.hxx> #include <vcl/weld.hxx> #include <swdllapi.h> diff --git a/sw/source/uibase/misc/numberingtypelistbox.cxx b/sw/source/uibase/misc/numberingtypelistbox.cxx index 83aa07940e71..f2a5955e84cb 100644 --- a/sw/source/uibase/misc/numberingtypelistbox.cxx +++ b/sw/source/uibase/misc/numberingtypelistbox.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/text/XDefaultNumberingProvider.hpp> #include <comphelper/processfactory.hxx> #include <com/sun/star/text/XNumberingTypeInfo.hpp> -#include <vcl/builderfactory.hxx> #include <editeng/numitem.hxx> #include <svx/dialogs.hrc> #include <svx/strarray.hxx> diff --git a/sw/source/uibase/utlui/condedit.cxx b/sw/source/uibase/utlui/condedit.cxx index b8147bd7c4bc..84de7d82c99a 100644 --- a/sw/source/uibase/utlui/condedit.cxx +++ b/sw/source/uibase/utlui/condedit.cxx @@ -21,7 +21,6 @@ #include <condedit.hxx> #include <svx/dbaexchange.hxx> -#include <vcl/builderfactory.hxx> using namespace ::svx; using namespace ::com::sun::star::uno; diff --git a/sw/source/uibase/utlui/numfmtlb.cxx b/sw/source/uibase/utlui/numfmtlb.cxx index bd14c4cce32a..ebe6ba2322d2 100644 --- a/sw/source/uibase/utlui/numfmtlb.cxx +++ b/sw/source/uibase/utlui/numfmtlb.cxx @@ -25,7 +25,6 @@ #include <svl/eitem.hxx> #include <svx/svxids.hrc> #include <svx/numinf.hxx> -#include <vcl/builderfactory.hxx> #include <svx/flagsdef.hxx> #include <svl/itemset.hxx> #include <docsh.hxx> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits