Remove unnecessary includes

This commit is contained in:
August Sodora
2011-11-30 22:34:22 -05:00
parent 98fd966d0c
commit 49da4d5da0
2 changed files with 14 additions and 11 deletions

View File

@@ -26,7 +26,12 @@
*
************************************************************************/
#include <ide_pch.hxx>
#include <sfx2/app.hxx>
#include <sfx2/docfac.hxx>
#include <sfx2/printer.hxx>
#include <sfx2/objface.hxx>
#include <sfx2/objsh.hxx>
#include <svl/itemset.hxx>
#include "unomodel.hxx"

View File

@@ -26,24 +26,22 @@
*
************************************************************************/
#include <ide_pch.hxx>
#define _BASIDE_POPUPWINDOWTBX
#include <tbxctl.hxx>
#include "tbxctl.hrc"
#include <svx/svxids.hrc>
#include <iderid.hxx>
#include <tbxctl.hrc>
#include <idetemp.hxx>
#include "idetemp.hxx"
#include "tbxctl.hxx"
#include <sfx2/dispatch.hxx>
#include <sfx2/imagemgr.hxx>
#include <sfx2/viewfrm.hxx>
#include <svl/aeitem.hxx>
#include <vcl/toolbox.hxx>
using namespace ::com::sun::star::uno;
static ::rtl::OUString aSubToolBarResName( RTL_CONSTASCII_USTRINGPARAM( "private:resource/toolbar/insertcontrolsbar" ) );
SFX_IMPL_TOOLBOX_CONTROL( TbxControls, SfxAllEnumItem )