Kaydet (Commit) 49da4d5d authored tarafından August Sodora's avatar August Sodora

Remove unnecessary includes

üst 98fd966d
...@@ -26,7 +26,12 @@ ...@@ -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" #include "unomodel.hxx"
......
...@@ -26,24 +26,22 @@ ...@@ -26,24 +26,22 @@
* *
************************************************************************/ ************************************************************************/
#define _BASIDE_POPUPWINDOWTBX
#include "tbxctl.hrc"
#include <svx/svxids.hrc>
#include <ide_pch.hxx> #include "idetemp.hxx"
#include "tbxctl.hxx"
#define _BASIDE_POPUPWINDOWTBX #include <sfx2/dispatch.hxx>
#include <tbxctl.hxx>
#include <svx/svxids.hrc>
#include <iderid.hxx>
#include <tbxctl.hrc>
#include <idetemp.hxx>
#include <sfx2/imagemgr.hxx> #include <sfx2/imagemgr.hxx>
#include <sfx2/viewfrm.hxx>
#include <svl/aeitem.hxx> #include <svl/aeitem.hxx>
#include <vcl/toolbox.hxx> #include <vcl/toolbox.hxx>
using namespace ::com::sun::star::uno; using namespace ::com::sun::star::uno;
static ::rtl::OUString aSubToolBarResName( RTL_CONSTASCII_USTRINGPARAM( "private:resource/toolbar/insertcontrolsbar" ) ); static ::rtl::OUString aSubToolBarResName( RTL_CONSTASCII_USTRINGPARAM( "private:resource/toolbar/insertcontrolsbar" ) );
SFX_IMPL_TOOLBOX_CONTROL( TbxControls, SfxAllEnumItem ) SFX_IMPL_TOOLBOX_CONTROL( TbxControls, SfxAllEnumItem )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment