diff options
author | August Sodora <augsod@gmail.com> | 2011-12-10 18:19:41 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2011-12-10 18:44:47 -0500 |
commit | 0f9876867c5f232a39d5e50390d1ac9fdead58d7 (patch) | |
tree | 80ce41e7e5b9748f6932a859c89931453e0b04d8 /basctl | |
parent | 76a27791fc715e612242a7a60a449efc82d4c0f8 (diff) |
Remove unnecessary includes
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/moduldlg.cxx | 44 |
1 files changed, 18 insertions, 26 deletions
diff --git a/basctl/source/basicide/moduldlg.cxx b/basctl/source/basicide/moduldlg.cxx index af0a34e34019..35c627487166 100644 --- a/basctl/source/basicide/moduldlg.cxx +++ b/basctl/source/basicide/moduldlg.cxx @@ -26,42 +26,34 @@ * ************************************************************************/ +#include "baside2.hrc" +#include "basidesh.hrc" +#include "moduldlg.hrc" -#include <memory> - -#include <ide_pch.hxx> -#include <vcl/msgbox.hxx> +#include "moduldlg.hxx" +#include "localizationmgr.hxx" +#include "basidesh.hxx" +#include "baside3.hxx" +#include "iderdll.hxx" -#include <moduldlg.hrc> -#include <moduldlg.hxx> -#include <basidesh.hrc> -#include <basidesh.hxx> -#include <bastypes.hxx> -#include <baside3.hxx> -#include <basobj.hxx> -#include <baside2.hrc> -#include <sbxitem.hxx> -#include <iderdll.hxx> - -#include <com/sun/star/io/XInputStreamProvider.hpp> -#include <com/sun/star/script/XLibraryContainer2.hpp> +#include <basic/basmgr.hxx> +#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/script/XLibraryContainerPassword.hpp> -#include <com/sun/star/resource/XStringResourceManager.hpp> -#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <comphelper/processfactory.hxx> -#include <xmlscript/xmldlg_imexp.hxx> - -#include "localizationmgr.hxx" -#include <basic/sbx.hxx> +#include <sfx2/app.hxx> +#include <sfx2/dispatch.hxx> +#include <sfx2/request.hxx> +#include <sfx2/viewfrm.hxx> +#include <svl/itemset.hxx> +#include <svl/stritem.hxx> +#include <vcl/msgbox.hxx> #include <tools/diagnose_ex.h> -#include <boost/scoped_ptr.hpp> +#include <xmlscript/xmldlg_imexp.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::lang; using namespace ::com::sun::star::resource; - ExtBasicTreeListBox::ExtBasicTreeListBox( Window* pParent, const ResId& rRes ) : BasicTreeListBox( pParent, rRes ) { |