diff options
Diffstat (limited to 'basctl/source/basicide')
-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> |