summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2011-11-21 20:28:01 -0500
committerAugust Sodora <augsod@gmail.com>2011-11-21 20:28:01 -0500
commit59e4b21c6723066f30a1a34a8fd25eb01fb66fc4 (patch)
treead02e47acffd03ea7d832944e79862198ebb60aa /basctl
parenta7c455d10148f6562583f034147b600d61500af1 (diff)
Removed unnecessary includes
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/dlged/dlgedobj.cxx33
1 files changed, 10 insertions, 23 deletions
diff --git a/basctl/source/dlged/dlgedobj.cxx b/basctl/source/dlged/dlgedobj.cxx
index 11a892c8d2df..7b8bdc95b060 100644
--- a/basctl/source/dlged/dlgedobj.cxx
+++ b/basctl/source/dlged/dlgedobj.cxx
@@ -29,37 +29,25 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_basctl.hxx"
-#include <vector>
-#include <dlgeddef.hxx>
-#include "dlgedobj.hxx"
#include "dlged.hxx"
-#include "dlgedmod.hxx"
+#include "dlgeddef.hxx"
+#include "dlgedlist.hxx"
+#include "dlgedobj.hxx"
#include "dlgedpage.hxx"
#include "dlgedview.hxx"
-#include "dlgedlist.hxx"
-#include <iderid.hxx>
-#include <localizationmgr.hxx>
+#include "iderid.hxx"
+#include "localizationmgr.hxx"
+
+#include "dlgresid.hrc"
-#include <dlgresid.hrc>
-#include <tools/resmgr.hxx>
-#include <tools/shl.hxx>
-#include <unotools/sharedunocomponent.hxx>
-#include <com/sun/star/awt/XTabControllerModel.hpp>
#include <com/sun/star/awt/XUnoControlContainer.hpp>
#include <com/sun/star/awt/XVclContainerPeer.hpp>
-#include <com/sun/star/awt/XWindow.hpp>
-#include <com/sun/star/beans/XPropertySet.hpp>
-#include <com/sun/star/beans/PropertyAttribute.hpp>
-#include <com/sun/star/script/XScriptEventsSupplier.hpp>
#include <com/sun/star/container/XContainer.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
-#include <comphelper/processfactory.hxx>
-#include <comphelper/types.hxx>
-#include <vcl/svapp.hxx>
-
-#include <algorithm>
-#include <functional>
+#include <com/sun/star/script/XScriptEventsSupplier.hpp>
#include <o3tl/compat_functional.hxx>
+#include <unotools/sharedunocomponent.hxx>
+#include <vcl/svapp.hxx>
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
@@ -68,7 +56,6 @@ using namespace ::com::sun::star::container;
using namespace ::com::sun::star::script;
using ::rtl::OUString;
-
TYPEINIT1(DlgEdObj, SdrUnoObj);
DBG_NAME(DlgEdObj);