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 /sw/source/ui | |
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 'sw/source/ui')
-rw-r--r-- | sw/source/ui/envelp/labprt.hxx | 1 | ||||
-rw-r--r-- | sw/source/ui/fldui/flddb.hxx | 1 | ||||
-rw-r--r-- | sw/source/ui/fldui/flddinf.hxx | 1 | ||||
-rw-r--r-- | sw/source/ui/fldui/flddok.hxx | 1 | ||||
-rw-r--r-- | sw/source/ui/fldui/fldfunc.hxx | 1 | ||||
-rw-r--r-- | sw/source/ui/fldui/fldref.hxx | 1 | ||||
-rw-r--r-- | sw/source/ui/fldui/fldvar.hxx | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/ui/envelp/labprt.hxx b/sw/source/ui/envelp/labprt.hxx index aecc2d7b8b64..036d839728cf 100644 --- a/sw/source/ui/envelp/labprt.hxx +++ b/sw/source/ui/envelp/labprt.hxx @@ -21,7 +21,6 @@ #include <vcl/button.hxx> #include <vcl/field.hxx> -#include <vcl/group.hxx> #include <vcl/layout.hxx> #include <sfx2/tabdlg.hxx> diff --git a/sw/source/ui/fldui/flddb.hxx b/sw/source/ui/fldui/flddb.hxx index d5bf9cfb9443..b8121bb2affd 100644 --- a/sw/source/ui/fldui/flddb.hxx +++ b/sw/source/ui/fldui/flddb.hxx @@ -22,7 +22,6 @@ #include <vcl/fixed.hxx> #include <vcl/lstbox.hxx> #include <vcl/button.hxx> -#include <vcl/group.hxx> #include <condedit.hxx> #include <dbtree.hxx> diff --git a/sw/source/ui/fldui/flddinf.hxx b/sw/source/ui/fldui/flddinf.hxx index 56ba53b4e03a..bcda0fcaafab 100644 --- a/sw/source/ui/fldui/flddinf.hxx +++ b/sw/source/ui/fldui/flddinf.hxx @@ -24,7 +24,6 @@ #include <vcl/layout.hxx> #include <vcl/lstbox.hxx> #include <vcl/button.hxx> -#include <vcl/group.hxx> #include <svtools/treelistbox.hxx> #include <numfmtlb.hxx> diff --git a/sw/source/ui/fldui/flddok.hxx b/sw/source/ui/fldui/flddok.hxx index 7b07ee02f7ea..1a07e5afdf93 100644 --- a/sw/source/ui/fldui/flddok.hxx +++ b/sw/source/ui/fldui/flddok.hxx @@ -23,7 +23,6 @@ #include <vcl/fixed.hxx> #include <vcl/lstbox.hxx> #include <vcl/button.hxx> -#include <vcl/group.hxx> #include <vcl/edit.hxx> #include <vcl/field.hxx> diff --git a/sw/source/ui/fldui/fldfunc.hxx b/sw/source/ui/fldui/fldfunc.hxx index bd4252a7eec3..086f369960d6 100644 --- a/sw/source/ui/fldui/fldfunc.hxx +++ b/sw/source/ui/fldui/fldfunc.hxx @@ -23,7 +23,6 @@ #include <vcl/fixed.hxx> #include <vcl/lstbox.hxx> #include <vcl/button.hxx> -#include <vcl/group.hxx> #include <vcl/edit.hxx> #include <condedit.hxx> diff --git a/sw/source/ui/fldui/fldref.hxx b/sw/source/ui/fldui/fldref.hxx index 851452e55c0f..15f026adc385 100644 --- a/sw/source/ui/fldui/fldref.hxx +++ b/sw/source/ui/fldui/fldref.hxx @@ -23,7 +23,6 @@ #include <vcl/fixed.hxx> #include <vcl/lstbox.hxx> #include <vcl/button.hxx> -#include <vcl/group.hxx> #include <vcl/edit.hxx> #include "fldpage.hxx" diff --git a/sw/source/ui/fldui/fldvar.hxx b/sw/source/ui/fldui/fldvar.hxx index 5e2ee0b0f029..1ed556b1fcc2 100644 --- a/sw/source/ui/fldui/fldvar.hxx +++ b/sw/source/ui/fldui/fldvar.hxx @@ -23,7 +23,6 @@ #include <vcl/fixed.hxx> #include <vcl/lstbox.hxx> #include <vcl/button.hxx> -#include <vcl/group.hxx> #include <vcl/toolbox.hxx> #include <vcl/edit.hxx> |