diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-06-11 16:23:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-06-13 09:56:31 +0200 |
commit | acf941677f92debe62900232231b81c3c03ccf51 (patch) | |
tree | 510af2701fb9948e7ddb15b48be913817530277d /basctl | |
parent | ddc60f13279adbb4500b2502bcf4864fc8c0e240 (diff) |
remove some unneeded includes
Change-Id: I4722cc32e79cb9bd3708a66be127e097fdb84aed
Reviewed-on: https://gerrit.libreoffice.org/73838
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/basobj2.cxx | 1 | ||||
-rw-r--r-- | basctl/source/basicide/macrodlg.cxx | 2 | ||||
-rw-r--r-- | basctl/source/basicide/moduldl2.cxx | 1 | ||||
-rw-r--r-- | basctl/source/basicide/moduldlg.cxx | 4 | ||||
-rw-r--r-- | basctl/source/basicide/moduldlg.hxx | 5 |
5 files changed, 6 insertions, 7 deletions
diff --git a/basctl/source/basicide/basobj2.cxx b/basctl/source/basicide/basobj2.cxx index 694277c394e8..380107c4e1ce 100644 --- a/basctl/source/basicide/basobj2.cxx +++ b/basctl/source/basicide/basobj2.cxx @@ -31,6 +31,7 @@ #include <sal/log.hxx> #include <tools/diagnose_ex.h> #include <unotools/moduleoptions.hxx> +#include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <memory> diff --git a/basctl/source/basicide/macrodlg.cxx b/basctl/source/basicide/macrodlg.cxx index 279aa235ed5e..41a99a51307e 100644 --- a/basctl/source/basicide/macrodlg.cxx +++ b/basctl/source/basicide/macrodlg.cxx @@ -37,6 +37,8 @@ #include <sfx2/minfitem.hxx> #include <sfx2/request.hxx> #include <sfx2/sfxsids.hrc> +#include <tools/debug.hxx> +#include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <osl/diagnose.h> diff --git a/basctl/source/basicide/moduldl2.cxx b/basctl/source/basicide/moduldl2.cxx index 00cfe90f3fb1..6c7b0225bf3d 100644 --- a/basctl/source/basicide/moduldl2.cxx +++ b/basctl/source/basicide/moduldl2.cxx @@ -34,6 +34,7 @@ #include <sfx2/request.hxx> #include <sfx2/sfxsids.hrc> #include <sfx2/viewfrm.hxx> +#include <tools/debug.hxx> #include <tools/urlobj.hxx> #include <tools/diagnose_ex.h> #include <vcl/svlbitm.hxx> diff --git a/basctl/source/basicide/moduldlg.cxx b/basctl/source/basicide/moduldlg.cxx index d4cb43bab7fc..11f4946a7fde 100644 --- a/basctl/source/basicide/moduldlg.cxx +++ b/basctl/source/basicide/moduldlg.cxx @@ -36,11 +36,11 @@ #include <sfx2/request.hxx> #include <sfx2/sfxsids.hrc> #include <svl/stritem.hxx> -#include <vcl/builderfactory.hxx> +#include <vcl/svapp.hxx> #include <vcl/weld.hxx> +#include <tools/debug.hxx> #include <tools/diagnose_ex.h> #include <xmlscript/xmldlg_imexp.hxx> -#include <vcl/treelistentry.hxx> #include <com/sun/star/uno/XComponentContext.hpp> namespace basctl diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx index 52fa4bfc76a0..60633dd280ac 100644 --- a/basctl/source/basicide/moduldlg.hxx +++ b/basctl/source/basicide/moduldlg.hxx @@ -21,11 +21,6 @@ #define INCLUDED_BASCTL_SOURCE_BASICIDE_MODULDLG_HXX #include <bastype2.hxx> -#include <vcl/svtabbx.hxx> -#include <vcl/layout.hxx> -#include <vcl/lstbox.hxx> -#include <vcl/tabctrl.hxx> -#include <vcl/tabpage.hxx> #include <vcl/weld.hxx> #include <com/sun/star/task/XInteractionHandler.hpp> |