diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-14 17:08:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-14 20:19:14 +0200 |
commit | ba6723431afa843232fadf44e12ddab44e85c9f0 (patch) | |
tree | 48f6d3ea0c4713d2ce1cefee3fca59b9630a1461 /formula | |
parent | 2b9f23b9b8a62d82691233d789e830b3bde7b3da (diff) |
drop unnecessary vcl/group.hxx includes
Change-Id: I09d86ee7e156ac71d7c1f9fd58d43751037d2629
Reviewed-on: https://gerrit.libreoffice.org/61761
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'formula')
-rw-r--r-- | formula/source/ui/dlg/formula.cxx | 1 | ||||
-rw-r--r-- | formula/source/ui/dlg/funcpage.hxx | 1 | ||||
-rw-r--r-- | formula/source/ui/dlg/parawin.hxx | 1 | ||||
-rw-r--r-- | formula/source/ui/dlg/structpg.hxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/formula/source/ui/dlg/formula.cxx b/formula/source/ui/dlg/formula.cxx index c1ec8ade2fd0..f97001045ee5 100644 --- a/formula/source/ui/dlg/formula.cxx +++ b/formula/source/ui/dlg/formula.cxx @@ -26,7 +26,6 @@ #include <vcl/tabpage.hxx> #include <vcl/tabctrl.hxx> #include <vcl/lstbox.hxx> -#include <vcl/group.hxx> #include <vcl/wall.hxx> #include <vcl/layout.hxx> #include <vcl/idle.hxx> diff --git a/formula/source/ui/dlg/funcpage.hxx b/formula/source/ui/dlg/funcpage.hxx index 94cdca3c16ee..e264962f0189 100644 --- a/formula/source/ui/dlg/funcpage.hxx +++ b/formula/source/ui/dlg/funcpage.hxx @@ -21,7 +21,6 @@ #define INCLUDED_FORMULA_SOURCE_UI_DLG_FUNCPAGE_HXX #include <vcl/lstbox.hxx> -#include <vcl/group.hxx> #include <svtools/svmedit.hxx> #include <vcl/tabpage.hxx> diff --git a/formula/source/ui/dlg/parawin.hxx b/formula/source/ui/dlg/parawin.hxx index 797c73cf61ae..292785bc3a2f 100644 --- a/formula/source/ui/dlg/parawin.hxx +++ b/formula/source/ui/dlg/parawin.hxx @@ -23,7 +23,6 @@ #include <svtools/svmedit.hxx> #include <vcl/lstbox.hxx> #include <vcl/fixed.hxx> -#include <vcl/group.hxx> #include <vcl/tabpage.hxx> #include <vcl/tabctrl.hxx> #include <vcl/scrbar.hxx> diff --git a/formula/source/ui/dlg/structpg.hxx b/formula/source/ui/dlg/structpg.hxx index 25e8fec9f6a1..726b72176927 100644 --- a/formula/source/ui/dlg/structpg.hxx +++ b/formula/source/ui/dlg/structpg.hxx @@ -21,7 +21,6 @@ #define INCLUDED_FORMULA_SOURCE_UI_DLG_STRUCTPG_HXX #include <vcl/lstbox.hxx> -#include <vcl/group.hxx> #include <svtools/svmedit.hxx> #include <vcl/tabpage.hxx> #include <vcl/tabctrl.hxx> |