diff options
author | August Sodora <augsod@gmail.com> | 2011-11-21 20:54:56 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2011-11-21 20:54:56 -0500 |
commit | 226dade0ca04ffa6656d9bac963223984c3a01ce (patch) | |
tree | 08325ddb9d0d945f7c3bd1193d067449838d7d7d /basctl | |
parent | 48ea07772907b7a6112b614b4f7216b357d6c43a (diff) |
Remove unnecessary includes
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/dlged/dlged.cxx | 45 |
1 files changed, 18 insertions, 27 deletions
diff --git a/basctl/source/dlged/dlged.cxx b/basctl/source/dlged/dlged.cxx index 210a6f39e337..0a31d4b9d466 100644 --- a/basctl/source/dlged/dlged.cxx +++ b/basctl/source/dlged/dlged.cxx @@ -27,43 +27,34 @@ ************************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_basctl.hxx" +//#include "precompiled_basctl.hxx" + +#include "basidesh.hxx" #include "dlged.hxx" -#include "dlgedfunc.hxx" +#include "dlgedclip.hxx" +#include "dlgeddef.hxx" #include "dlgedfac.hxx" -#include <dlgedmod.hxx> +#include "dlgedfunc.hxx" +#include "dlgedmod.hxx" +#include "dlgedobj.hxx" #include "dlgedpage.hxx" #include "dlgedview.hxx" -#include "dlgedobj.hxx" -#include "dlgedclip.hxx" -#include <dlgeddef.hxx> +#include "iderdll.hxx" +#include "localizationmgr.hxx" #include "propbrw.hxx" -#include <localizationmgr.hxx> -#include <basidesh.hxx> -#include <iderdll.hxx> -#include <vcl/scrbar.hxx> -#include <tools/shl.hxx> -#include <svl/itempool.hxx> -#include <sfx2/viewfrm.hxx> - -#include <svx/svxids.hrc> -#include <svx/svdpagv.hxx> -#include <xmlscript/xml_helper.hxx> -#include <xmlscript/xmldlg_imexp.hxx> -#include <com/sun/star/beans/PropertyValue.hpp> -#include <com/sun/star/beans/XPropertySet.hpp> -#include <com/sun/star/beans/Property.hpp> #include <com/sun/star/awt/XDialog.hpp> -#include <com/sun/star/util/XCloneable.hpp> #include <com/sun/star/resource/XStringResourcePersistence.hpp> -#include <comphelper/processfactory.hxx> +#include <com/sun/star/util/XCloneable.hpp> #include <comphelper/types.hxx> -#include <vcl/svapp.hxx> -#include <toolkit/helper/vclunohelper.hxx> - -// #i74769# +#include <sfx2/viewfrm.hxx> +#include <svl/itempool.hxx> #include <svx/sdrpaintwindow.hxx> +#include <svx/svxids.hrc> +#include <toolkit/helper/vclunohelper.hxx> +#include <vcl/svapp.hxx> +#include <xmlscript/xml_helper.hxx> +#include <xmlscript/xmldlg_imexp.hxx> using namespace comphelper; using namespace ::com::sun::star; |