Remove unnecessary includes
This commit is contained in:
@@ -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"
|
||||
|
||||
|
@@ -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 )
|
||||
|
Reference in New Issue
Block a user