diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-11-25 20:36:18 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-26 09:51:39 +0100 |
commit | 7fcdc7efe836f9ca71f80d3178a2578b63fb3fd8 (patch) | |
tree | f110c70395681b1131f5d71a05a1bee12c8e0244 /sfx2 | |
parent | a455d7888c8921499ab6494b460ea1415c54c89f (diff) |
drop unnecessary includes
Change-Id: I5305722d88ed947cbaf8015fc85d6b52900b7b75
Reviewed-on: https://gerrit.libreoffice.org/64003
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/srchdlg.hxx | 5 | ||||
-rw-r--r-- | sfx2/source/appl/newhelp.hxx | 1 | ||||
-rw-r--r-- | sfx2/source/dialog/basedlgs.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/dialog/securitypage.cxx | 3 | ||||
-rw-r--r-- | sfx2/source/doc/saveastemplatedlg.cxx | 2 |
5 files changed, 0 insertions, 12 deletions
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> |