diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-12 21:40:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-13 13:57:14 +0200 |
commit | 00ae441bc7265b203e0ae2b95f14f7312172540d (patch) | |
tree | 41f07dc607a0bd59f5a534eaaf401ab7bc202a8a /sc/source/ui/miscdlgs | |
parent | 349919440b1454eda2de783a0c3e6bd3bae4542b (diff) |
drop some unneeded includes
Change-Id: I3c9a3b73c099b70bdbd6b16688e83ee01231a27e
Reviewed-on: https://gerrit.libreoffice.org/72204
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui/miscdlgs')
-rw-r--r-- | sc/source/ui/miscdlgs/acredlin.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/miscdlgs/anyrefdg.cxx | 3 | ||||
-rw-r--r-- | sc/source/ui/miscdlgs/crnrdlg.cxx | 3 | ||||
-rw-r--r-- | sc/source/ui/miscdlgs/highred.cxx | 2 |
4 files changed, 1 insertions, 8 deletions
diff --git a/sc/source/ui/miscdlgs/acredlin.cxx b/sc/source/ui/miscdlgs/acredlin.cxx index 5d4866fe8a18..d57f785ae8cc 100644 --- a/sc/source/ui/miscdlgs/acredlin.cxx +++ b/sc/source/ui/miscdlgs/acredlin.cxx @@ -23,7 +23,6 @@ #include <unotools/collatorwrapper.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/basedlgs.hxx> -#include <vcl/layout.hxx> #include <acredlin.hxx> #include <global.hxx> diff --git a/sc/source/ui/miscdlgs/anyrefdg.cxx b/sc/source/ui/miscdlgs/anyrefdg.cxx index e13bf804204a..7a498aced9cd 100644 --- a/sc/source/ui/miscdlgs/anyrefdg.cxx +++ b/sc/source/ui/miscdlgs/anyrefdg.cxx @@ -21,9 +21,6 @@ #include <comphelper/string.hxx> #include <sfx2/app.hxx> #include <sfx2/viewsh.hxx> -#include <vcl/accel.hxx> -#include <vcl/layout.hxx> -#include <vcl/mnemonic.hxx> #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> diff --git a/sc/source/ui/miscdlgs/crnrdlg.cxx b/sc/source/ui/miscdlgs/crnrdlg.cxx index 23a5fe9c4495..1a4414f992d4 100644 --- a/sc/source/ui/miscdlgs/crnrdlg.cxx +++ b/sc/source/ui/miscdlgs/crnrdlg.cxx @@ -23,9 +23,8 @@ #include <scresid.hxx> #include <docsh.hxx> #include <crnrdlg.hxx> -#include <vcl/layout.hxx> +#include <vcl/svapp.hxx> #include <vcl/weld.hxx> -#include <vcl/fixed.hxx> #include <memory> namespace diff --git a/sc/source/ui/miscdlgs/highred.cxx b/sc/source/ui/miscdlgs/highred.cxx index 3976f18dd008..ad3bb9b7e2c2 100644 --- a/sc/source/ui/miscdlgs/highred.cxx +++ b/sc/source/ui/miscdlgs/highred.cxx @@ -24,8 +24,6 @@ #include <highred.hxx> -#include <vcl/layout.hxx> - // class ScHighlightChgDlg ScHighlightChgDlg::ScHighlightChgDlg(SfxBindings* pB, SfxChildWindow* pCW, weld::Window* pParent, |