diff options
author | August Sodora <augsod@gmail.com> | 2011-11-21 20:36:23 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2011-11-21 20:36:23 -0500 |
commit | 48ea07772907b7a6112b614b4f7216b357d6c43a (patch) | |
tree | cecb463e3685dee7aef63cf253c54c9ad3be9cf6 /basctl | |
parent | 59e4b21c6723066f30a1a34a8fd25eb01fb66fc4 (diff) |
Removed unnecessary includes
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/dlged/propbrw.cxx | 42 |
1 files changed, 11 insertions, 31 deletions
diff --git a/basctl/source/dlged/propbrw.cxx b/basctl/source/dlged/propbrw.cxx index d192abaffd34..50d5b039e26e 100644 --- a/basctl/source/dlged/propbrw.cxx +++ b/basctl/source/dlged/propbrw.cxx @@ -29,42 +29,24 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_basctl.hxx" -#include <sal/macros.h> -#include "propbrw.hxx" -#include "dlgedobj.hxx" - #include "basidesh.hxx" -#include <iderid.hxx> - -#include <dlgresid.hrc> -#include <tools/debug.hxx> -#include <tools/diagnose_ex.h> -#include <sfx2/bindings.hxx> -#include <sfx2/childwin.hxx> -#include <sfx2/objitem.hxx> +#include "dlgedobj.hxx" +#include "iderid.hxx" +#include "propbrw.hxx" +#include "dlgresid.hrc" #include <svx/svxids.hrc> -#include <tools/shl.hxx> -#include <vcl/stdtext.hxx> -#include <svx/svdview.hxx> -#include <svx/svdogrp.hxx> -#include <svx/svdpage.hxx> -#include <svx/svditer.hxx> -#include <sfx2/viewsh.hxx> -#include <toolkit/unohlp.hxx> -#include <comphelper/property.hxx> -#include <comphelper/stl_types.hxx> -#include <comphelper/types.hxx> -#include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/awt/PosSize.hpp> -#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/inspection/XObjectInspector.hpp> -#include <comphelper/processfactory.hxx> +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <comphelper/types.hxx> #include <cppuhelper/component_context.hxx> - -#include <sfx2/dispatch.hxx> -#include <sfx2/viewfrm.hxx> +#include <svx/svditer.hxx> +#include <svx/svdview.hxx> +#include <toolkit/unohlp.hxx> +#include <tools/diagnose_ex.h> +#include <vcl/stdtext.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; @@ -74,10 +56,8 @@ using namespace ::com::sun::star::beans; using namespace ::com::sun::star::container; using namespace ::comphelper; - SFX_IMPL_FLOATINGWINDOW(PropBrwMgr, SID_SHOW_PROPERTYBROWSER) - PropBrwMgr::PropBrwMgr( Window* _pParent, sal_uInt16 nId, SfxBindings *pBindings, SfxChildWinInfo* pInfo) :SfxChildWindow( _pParent, nId ) |