diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-29 14:16:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-31 10:31:28 +0200 |
commit | 13da1c7913ca76ca5b33f0666ab7cc4a219815e1 (patch) | |
tree | 7ebe9b5fd1018b3e7b35b6ed23a8fff62fd6801d /sc/source/ui | |
parent | d6e4c97c8e8ab96ca099dd4f8a3fe35204dea8c1 (diff) |
drop unneeded includes
Change-Id: Ie0f52bb1d6866075d0b664bfc3ddc47c02e4f81b
Reviewed-on: https://gerrit.libreoffice.org/73169
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')
-rw-r--r-- | sc/source/ui/inc/tpcalc.hxx | 1 | ||||
-rw-r--r-- | sc/source/ui/view/tabcont.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/inc/tpcalc.hxx b/sc/source/ui/inc/tpcalc.hxx index f2a3e33284ac..31d5d6f3c62e 100644 --- a/sc/source/ui/inc/tpcalc.hxx +++ b/sc/source/ui/inc/tpcalc.hxx @@ -21,6 +21,7 @@ #define INCLUDED_SC_SOURCE_UI_INC_TPCALC_HXX #include <sfx2/tabdlg.hxx> +#include <vcl/button.hxx> #include <vcl/fixed.hxx> #include <vcl/field.hxx> #include "editfield.hxx" diff --git a/sc/source/ui/view/tabcont.cxx b/sc/source/ui/view/tabcont.cxx index e4e42e947dcc..4a2739c28fe0 100644 --- a/sc/source/ui/view/tabcont.cxx +++ b/sc/source/ui/view/tabcont.cxx @@ -23,6 +23,7 @@ #include <tools/urlobj.hxx> #include <vcl/commandevent.hxx> #include <vcl/svapp.hxx> +#include <vcl/tabctrl.hxx> #include <tabcont.hxx> #include <tabvwsh.hxx> #include <docsh.hxx> |