sfx2/inc/srchdlg.hxx                  |    5 -----
 sfx2/source/appl/newhelp.hxx          |    1 -
 sfx2/source/dialog/basedlgs.cxx       |    1 -
 sfx2/source/dialog/securitypage.cxx   |    3 ---
 sfx2/source/doc/saveastemplatedlg.cxx |    2 --
 5 files changed, 12 deletions(-)

New commits:
commit 7fcdc7efe836f9ca71f80d3178a2578b63fb3fd8
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sun Nov 25 20:36:18 2018 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Mon Nov 26 09:51:39 2018 +0100

    drop unnecessary includes
    
    Change-Id: I5305722d88ed947cbaf8015fc85d6b52900b7b75
    Reviewed-on: https://gerrit.libreoffice.org/64003
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sfx2/inc/srchdlg.hxx b/sfx2/inc/srchdlg.hxx
index 99903a6f9207..1e72f5e30edb 100644
--- a/sfx2/inc/srchdlg.hxx
+++ b/sfx2/inc/srchdlg.hxx
@@ -19,13 +19,8 @@
 #ifndef INCLUDED_SFX2_INC_SRCHDLG_HXX
 #define INCLUDED_SFX2_INC_SRCHDLG_HXX
 
-#include <vcl/button.hxx>
-#include <vcl/combobox.hxx>
-#include <vcl/edit.hxx>
-#include <vcl/fixed.hxx>
 #include <sfx2/basedlgs.hxx>
 
-
 namespace sfx2 {
 
 
diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx
index a70166bbd8e2..ddea348f807f 100644
--- a/sfx2/source/appl/newhelp.hxx
+++ b/sfx2/source/appl/newhelp.hxx
@@ -29,7 +29,6 @@
 #include <vcl/splitwin.hxx>
 #include <vcl/tabctrl.hxx>
 #include <vcl/combobox.hxx>
-#include <vcl/fixed.hxx>
 #include <vcl/button.hxx>
 #include <vcl/lstbox.hxx>
 #include <vcl/weld.hxx>
diff --git a/sfx2/source/dialog/basedlgs.cxx b/sfx2/source/dialog/basedlgs.cxx
index 7ad50b9b86ad..288f9b71a5e1 100644
--- a/sfx2/source/dialog/basedlgs.cxx
+++ b/sfx2/source/dialog/basedlgs.cxx
@@ -22,7 +22,6 @@
 #include <comphelper/lok.hxx>
 
 #include <osl/file.hxx>
-#include <vcl/fixed.hxx>
 #include <vcl/help.hxx>
 #include <svl/eitem.hxx>
 #include <unotools/viewoptions.hxx>
diff --git a/sfx2/source/dialog/securitypage.cxx 
b/sfx2/source/dialog/securitypage.cxx
index 7caf842e5fe8..249973507d53 100644
--- a/sfx2/source/dialog/securitypage.cxx
+++ b/sfx2/source/dialog/securitypage.cxx
@@ -28,9 +28,6 @@
 #include <sfx2/dispatch.hxx>
 #include <sfx2/passwd.hxx>
 
-#include <vcl/button.hxx>
-#include <vcl/edit.hxx>
-#include <vcl/fixed.hxx>
 #include <vcl/svapp.hxx>
 #include <vcl/weld.hxx>
 #include <svl/eitem.hxx>
diff --git a/sfx2/source/doc/saveastemplatedlg.cxx 
b/sfx2/source/doc/saveastemplatedlg.cxx
index 2b7dad5dd377..5a6a12277f8d 100644
--- a/sfx2/source/doc/saveastemplatedlg.cxx
+++ b/sfx2/source/doc/saveastemplatedlg.cxx
@@ -16,8 +16,6 @@
 #include <sfx2/docfac.hxx>
 #include <sfx2/doctempl.hxx>
 #include <sfx2/docfilt.hxx>
-#include <vcl/edit.hxx>
-#include <vcl/lstbox.hxx>
 #include <vcl/weld.hxx>
 #include <sot/storage.hxx>
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to