[Libreoffice-commits] core.git: cui/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 19 08:16:36 UTC 2019


 cui/source/customize/CommandCategoryListBox.cxx |    2 ++
 cui/source/customize/SvxMenuConfigPage.cxx      |    1 +
 cui/source/customize/SvxToolbarConfigPage.cxx   |    2 ++
 cui/source/customize/cfg.cxx                    |    2 ++
 cui/source/customize/cfgutil.cxx                |    2 +-
 cui/source/dialogs/SpellDialog.cxx              |    2 +-
 cui/source/dialogs/srchxtra.cxx                 |    1 +
 cui/source/dialogs/zoom.cxx                     |    1 -
 cui/source/inc/cfg.hxx                          |    4 ----
 cui/source/inc/chardlg.hxx                      |    2 --
 cui/source/options/optgdlg.cxx                  |    1 -
 cui/source/options/treeopt.cxx                  |    1 -
 cui/source/tabpages/tparea.cxx                  |    1 -
 cui/source/tabpages/tptrans.cxx                 |    1 -
 14 files changed, 10 insertions(+), 13 deletions(-)

New commits:
commit be05d5f6497b01400f673d4d5c75f30adc8e8282
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Apr 18 11:59:59 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Apr 19 10:15:55 2019 +0200

    drop some includes
    
    Change-Id: I6f9765208e807da336146e55f0f1cbcb46316d4c
    Reviewed-on: https://gerrit.libreoffice.org/70935
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/cui/source/customize/CommandCategoryListBox.cxx b/cui/source/customize/CommandCategoryListBox.cxx
index 1f0ae96670ad..382852a56b9e 100644
--- a/cui/source/customize/CommandCategoryListBox.cxx
+++ b/cui/source/customize/CommandCategoryListBox.cxx
@@ -29,6 +29,8 @@
 #include <com/sun/star/script/browse/theBrowseNodeFactory.hpp>
 #include <com/sun/star/script/browse/BrowseNodeFactoryViewTypes.hpp>
 #include <vcl/commandinfoprovider.hxx>
+#include <vcl/settings.hxx>
+#include <vcl/svapp.hxx>
 
 // include search util
 #include <com/sun/star/util/SearchFlags.hpp>
diff --git a/cui/source/customize/SvxMenuConfigPage.cxx b/cui/source/customize/SvxMenuConfigPage.cxx
index b92a3d3121db..a2f6d92bc8d7 100644
--- a/cui/source/customize/SvxMenuConfigPage.cxx
+++ b/cui/source/customize/SvxMenuConfigPage.cxx
@@ -31,6 +31,7 @@
 #include <vcl/decoview.hxx>
 #include <vcl/virdev.hxx>
 #include <vcl/settings.hxx>
+#include <vcl/svapp.hxx>
 
 #include <sfx2/app.hxx>
 #include <sfx2/sfxdlg.hxx>
diff --git a/cui/source/customize/SvxToolbarConfigPage.cxx b/cui/source/customize/SvxToolbarConfigPage.cxx
index 49b693f91cae..178a9c851ac3 100644
--- a/cui/source/customize/SvxToolbarConfigPage.cxx
+++ b/cui/source/customize/SvxToolbarConfigPage.cxx
@@ -26,11 +26,13 @@
 #include <typeinfo>
 
 #include <vcl/commandinfoprovider.hxx>
+#include <vcl/event.hxx>
 #include <vcl/help.hxx>
 #include <vcl/weld.hxx>
 #include <vcl/decoview.hxx>
 #include <vcl/virdev.hxx>
 #include <vcl/settings.hxx>
+#include <vcl/svapp.hxx>
 
 #include <sfx2/app.hxx>
 #include <sfx2/sfxdlg.hxx>
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx
index 7075423ffc7a..817622140b77 100644
--- a/cui/source/customize/cfg.cxx
+++ b/cui/source/customize/cfg.cxx
@@ -26,6 +26,8 @@
 #include <typeinfo>
 
 #include <vcl/commandinfoprovider.hxx>
+#include <vcl/edit.hxx>
+#include <vcl/event.hxx>
 #include <vcl/help.hxx>
 #include <vcl/svapp.hxx>
 #include <vcl/weld.hxx>
diff --git a/cui/source/customize/cfgutil.cxx b/cui/source/customize/cfgutil.cxx
index 067f9c7a71bb..2969bda25b4c 100644
--- a/cui/source/customize/cfgutil.cxx
+++ b/cui/source/customize/cfgutil.cxx
@@ -60,7 +60,7 @@
 #include <svl/stritem.hxx>
 #include <vcl/commandinfoprovider.hxx>
 #include <vcl/help.hxx>
-#include <vcl/vclmedit.hxx>
+#include <vcl/svapp.hxx>
 
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::uno;
diff --git a/cui/source/dialogs/SpellDialog.cxx b/cui/source/dialogs/SpellDialog.cxx
index 5fef9a64c507..ef8b46ad1b68 100644
--- a/cui/source/dialogs/SpellDialog.cxx
+++ b/cui/source/dialogs/SpellDialog.cxx
@@ -21,9 +21,9 @@
 #include <vcl/weld.hxx>
 #include <vcl/wrkwin.hxx>
 #include <vcl/menu.hxx>
-#include <vcl/layout.hxx>
 #include <vcl/scrbar.hxx>
 #include <vcl/settings.hxx>
+#include <vcl/svapp.hxx>
 #include "SpellAttrib.hxx"
 #include <sfx2/dispatch.hxx>
 #include <sfx2/bindings.hxx>
diff --git a/cui/source/dialogs/srchxtra.cxx b/cui/source/dialogs/srchxtra.cxx
index 443f483967c4..68f5913c1a2b 100644
--- a/cui/source/dialogs/srchxtra.cxx
+++ b/cui/source/dialogs/srchxtra.cxx
@@ -31,6 +31,7 @@
 #include <svx/dialogs.hrc>
 #include <tools/resary.hxx>
 #include <rtl/strbuf.hxx>
+#include <vcl/svapp.hxx>
 
 SvxSearchFormatDialog::SvxSearchFormatDialog(weld::Window* pParent, const SfxItemSet& rSet)
     : SfxTabDialogController(pParent, "cui/ui/searchformatdialog.ui", "SearchFormatDialog", &rSet)
diff --git a/cui/source/dialogs/zoom.cxx b/cui/source/dialogs/zoom.cxx
index 7304c5cc1545..380ad1404da4 100644
--- a/cui/source/dialogs/zoom.cxx
+++ b/cui/source/dialogs/zoom.cxx
@@ -21,7 +21,6 @@
 #include <svl/itemset.hxx>
 #include <svl/itempool.hxx>
 #include <sfx2/objsh.hxx>
-#include <vcl/layout.hxx>
 #include <zoom.hxx>
 #include <sfx2/zoomitem.hxx>
 #include <svx/viewlayoutitem.hxx>
diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx
index c82512187a29..7091a230f476 100644
--- a/cui/source/inc/cfg.hxx
+++ b/cui/source/inc/cfg.hxx
@@ -19,10 +19,6 @@
 #ifndef INCLUDED_CUI_SOURCE_INC_CFG_HXX
 #define INCLUDED_CUI_SOURCE_INC_CFG_HXX
 
-#include <vcl/fixed.hxx>
-#include <vcl/layout.hxx>
-#include <vcl/menubtn.hxx>
-#include <vcl/toolbox.hxx>
 #include <vcl/weld.hxx>
 #include <svtools/imgdef.hxx>
 #include <svtools/miscopt.hxx>
diff --git a/cui/source/inc/chardlg.hxx b/cui/source/inc/chardlg.hxx
index 7f547c91711a..965924b5c3fb 100644
--- a/cui/source/inc/chardlg.hxx
+++ b/cui/source/inc/chardlg.hxx
@@ -25,9 +25,7 @@
 #include <svx/checklbx.hxx>
 #include <svx/colorbox.hxx>
 #include <svx/langbox.hxx>
-#include <vcl/layout.hxx>
 #include <vcl/weld.hxx>
-#include <vcl/button.hxx>
 #include <memory>
 
 // forward ---------------------------------------------------------------
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index c1ae769a0eb4..50a85c8ee9bc 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -28,7 +28,6 @@
 #include <sfx2/viewsh.hxx>
 #include <sfx2/viewfrm.hxx>
 #include <vcl/configsettings.hxx>
-#include <vcl/layout.hxx>
 #include <vcl/mnemonic.hxx>
 #include <i18nlangtag/mslangid.hxx>
 #include <i18nlangtag/languagetag.hxx>
diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx
index 69c18962cdcb..0fcaf17c3dfc 100644
--- a/cui/source/options/treeopt.cxx
+++ b/cui/source/options/treeopt.cxx
@@ -103,7 +103,6 @@
 #include <unotools/optionsdlg.hxx>
 #include <unotools/viewoptions.hxx>
 #include <vcl/help.hxx>
-#include <vcl/layout.hxx>
 #include <vcl/weld.hxx>
 #include <vcl/waitobj.hxx>
 #include <vcl/settings.hxx>
diff --git a/cui/source/tabpages/tparea.cxx b/cui/source/tabpages/tparea.cxx
index ca97d0a07080..9154b7d3b7cf 100644
--- a/cui/source/tabpages/tparea.cxx
+++ b/cui/source/tabpages/tparea.cxx
@@ -38,7 +38,6 @@
 #include <sfx2/request.hxx>
 #include <sfx2/tabdlg.hxx>
 #include <sfx2/opengrf.hxx>
-#include <vcl/layout.hxx>
 
 using namespace com::sun::star;
 
diff --git a/cui/source/tabpages/tptrans.cxx b/cui/source/tabpages/tptrans.cxx
index 7c3240da457d..0ce7026e55c3 100644
--- a/cui/source/tabpages/tptrans.cxx
+++ b/cui/source/tabpages/tptrans.cxx
@@ -38,7 +38,6 @@
 #include <sfx2/request.hxx>
 
 #include <sfx2/opengrf.hxx>
-#include <vcl/layout.hxx>
 
 using namespace com::sun::star;
 


More information about the Libreoffice-commits mailing list