cui/source/inc/insrc.hxx | 1 - cui/source/inc/newtabledlg.hxx | 1 - sw/source/uibase/inc/bookmark.hxx | 10 +++------- sw/source/uibase/inc/changedb.hxx | 3 +-- sw/source/uibase/inc/cnttab.hxx | 1 - sw/source/uibase/inc/dbui.hxx | 4 ---- sw/source/uibase/inc/inpdlg.hxx | 1 - sw/source/uibase/inc/swuicnttab.hxx | 13 ++----------- sw/source/uibase/inc/swuiidxmrk.hxx | 1 - sw/source/uibase/uiview/pview.cxx | 1 - 10 files changed, 6 insertions(+), 30 deletions(-)
New commits: commit eebc452a508bb865fbbebe69771564e1d8fcb32b Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Fri May 31 14:36:17 2019 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Sat Jun 1 16:30:47 2019 +0200 drop some unneeded includes Change-Id: I1c20dcdc2cab0ba42630d28387e789cbdef7ba62 Reviewed-on: https://gerrit.libreoffice.org/73271 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/cui/source/inc/insrc.hxx b/cui/source/inc/insrc.hxx index b712c080ca9a..555b07700b7a 100644 --- a/cui/source/inc/insrc.hxx +++ b/cui/source/inc/insrc.hxx @@ -21,7 +21,6 @@ #include <rtl/string.hxx> #include <rtl/ustring.hxx> -#include <svx/stddlg.hxx> #include <vcl/weld.hxx> class SvxInsRowColDlg : public SvxAbstractInsRowColDlg, public weld::GenericDialogController diff --git a/cui/source/inc/newtabledlg.hxx b/cui/source/inc/newtabledlg.hxx index 88b7f61c5ec9..cad953779b12 100644 --- a/cui/source/inc/newtabledlg.hxx +++ b/cui/source/inc/newtabledlg.hxx @@ -19,7 +19,6 @@ #ifndef INCLUDED_CUI_SOURCE_INC_NEWTABLEDLG_HXX #define INCLUDED_CUI_SOURCE_INC_NEWTABLEDLG_HXX -#include <svx/stddlg.hxx> #include <svx/svxdlg.hxx> #include <vcl/weld.hxx> diff --git a/sw/source/uibase/inc/bookmark.hxx b/sw/source/uibase/inc/bookmark.hxx index 3b32dc6d27de..8dcc15d53eda 100644 --- a/sw/source/uibase/inc/bookmark.hxx +++ b/sw/source/uibase/inc/bookmark.hxx @@ -19,16 +19,12 @@ #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_BOOKMARK_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_BOOKMARK_HXX -#include <svx/stddlg.hxx> -#include <vcl/fixed.hxx> -#include <ndtxt.hxx> - -#include <vcl/button.hxx> -#include "condedit.hxx" #include <svtools/simptabl.hxx> +#include <vcl/weld.hxx> +#include <ndtxt.hxx> #include <pam.hxx> - #include <IMark.hxx> +#include "condedit.hxx" class SwWrtShell; class SfxRequest; diff --git a/sw/source/uibase/inc/changedb.hxx b/sw/source/uibase/inc/changedb.hxx index ab41d4121573..a56144bd995d 100644 --- a/sw/source/uibase/inc/changedb.hxx +++ b/sw/source/uibase/inc/changedb.hxx @@ -19,8 +19,7 @@ #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_CHANGEDB_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_CHANGEDB_HXX -#include <svx/stddlg.hxx> -#include <vcl/weld.hxx> +#include <sfx2/basedlgs.hxx> #include "dbtree.hxx" class SwFieldMgr; diff --git a/sw/source/uibase/inc/cnttab.hxx b/sw/source/uibase/inc/cnttab.hxx index 9a1c9104a49b..ac4c8b2f4eca 100644 --- a/sw/source/uibase/inc/cnttab.hxx +++ b/sw/source/uibase/inc/cnttab.hxx @@ -19,7 +19,6 @@ #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_CNTTAB_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_CNTTAB_HXX -#include <svx/stddlg.hxx> #include <sfx2/tabdlg.hxx> #include <tox.hxx> diff --git a/sw/source/uibase/inc/dbui.hxx b/sw/source/uibase/inc/dbui.hxx index a6261f880e17..22b219ac65ef 100644 --- a/sw/source/uibase/inc/dbui.hxx +++ b/sw/source/uibase/inc/dbui.hxx @@ -19,10 +19,6 @@ #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_DBUI_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_DBUI_HXX -#include <svx/stddlg.hxx> - -#include <vcl/button.hxx> -#include <vcl/fixed.hxx> #include <vcl/weld.hxx> class SW_DLLPUBLIC PrintMonitor: public weld::GenericDialogController diff --git a/sw/source/uibase/inc/inpdlg.hxx b/sw/source/uibase/inc/inpdlg.hxx index 7b6abeb50ee6..f1dfc725dc33 100644 --- a/sw/source/uibase/inc/inpdlg.hxx +++ b/sw/source/uibase/inc/inpdlg.hxx @@ -19,7 +19,6 @@ #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_INPDLG_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_INPDLG_HXX -#include <svx/stddlg.hxx> #include <vcl/weld.hxx> class SwInputField; diff --git a/sw/source/uibase/inc/swuicnttab.hxx b/sw/source/uibase/inc/swuicnttab.hxx index 64526975d3cd..a1e82d4851b6 100644 --- a/sw/source/uibase/inc/swuicnttab.hxx +++ b/sw/source/uibase/inc/swuicnttab.hxx @@ -19,21 +19,12 @@ #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_SWUICNTTAB_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_SWUICNTTAB_HXX -#include <svx/stddlg.hxx> - -#include <vcl/button.hxx> - -#include <vcl/edit.hxx> - -#include <vcl/fixed.hxx> - -#include <vcl/field.hxx> -#include <vcl/lstbox.hxx> #include <sfx2/tabdlg.hxx> +#include <svx/langbox.hxx> +#include <vcl/weld.hxx> #include <tox.hxx> #include "toxmgr.hxx" -#include <svx/langbox.hxx> #include "cnttab.hxx" #include <vector> diff --git a/sw/source/uibase/inc/swuiidxmrk.hxx b/sw/source/uibase/inc/swuiidxmrk.hxx index 172190a3203a..d05819ccfde0 100644 --- a/sw/source/uibase/inc/swuiidxmrk.hxx +++ b/sw/source/uibase/inc/swuiidxmrk.hxx @@ -23,7 +23,6 @@ #include <com/sun/star/i18n/XExtendedIndexEntrySupplier.hpp> #include <sfx2/basedlgs.hxx> #include <sfx2/childwin.hxx> -#include <svx/stddlg.hxx> #include <vcl/weld.hxx> #include <toxe.hxx> #include <memory> diff --git a/sw/source/uibase/uiview/pview.cxx b/sw/source/uibase/uiview/pview.cxx index 681557a9edc6..d3f97155548a 100644 --- a/sw/source/uibase/uiview/pview.cxx +++ b/sw/source/uibase/uiview/pview.cxx @@ -33,7 +33,6 @@ #include <sfx2/bindings.hxx> #include <sfx2/request.hxx> #include <sfx2/dispatch.hxx> -#include <svx/stddlg.hxx> #include <editeng/paperinf.hxx> #include <svl/srchitem.hxx> #include <svx/svdview.hxx> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits