Removed unnecessary includes
This commit is contained in:
@@ -29,37 +29,25 @@
|
|||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
// MARKER(update_precomp.py): autogen include statement, do not remove
|
||||||
#include "precompiled_basctl.hxx"
|
#include "precompiled_basctl.hxx"
|
||||||
|
|
||||||
#include <vector>
|
|
||||||
#include <dlgeddef.hxx>
|
|
||||||
#include "dlgedobj.hxx"
|
|
||||||
#include "dlged.hxx"
|
#include "dlged.hxx"
|
||||||
#include "dlgedmod.hxx"
|
#include "dlgeddef.hxx"
|
||||||
|
#include "dlgedlist.hxx"
|
||||||
|
#include "dlgedobj.hxx"
|
||||||
#include "dlgedpage.hxx"
|
#include "dlgedpage.hxx"
|
||||||
#include "dlgedview.hxx"
|
#include "dlgedview.hxx"
|
||||||
#include "dlgedlist.hxx"
|
#include "iderid.hxx"
|
||||||
#include <iderid.hxx>
|
#include "localizationmgr.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/XUnoControlContainer.hpp>
|
||||||
#include <com/sun/star/awt/XVclContainerPeer.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/container/XContainer.hpp>
|
||||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||||
#include <comphelper/processfactory.hxx>
|
#include <com/sun/star/script/XScriptEventsSupplier.hpp>
|
||||||
#include <comphelper/types.hxx>
|
|
||||||
#include <vcl/svapp.hxx>
|
|
||||||
|
|
||||||
#include <algorithm>
|
|
||||||
#include <functional>
|
|
||||||
#include <o3tl/compat_functional.hxx>
|
#include <o3tl/compat_functional.hxx>
|
||||||
|
#include <unotools/sharedunocomponent.hxx>
|
||||||
|
#include <vcl/svapp.hxx>
|
||||||
|
|
||||||
using namespace ::com::sun::star;
|
using namespace ::com::sun::star;
|
||||||
using namespace ::com::sun::star::uno;
|
using namespace ::com::sun::star::uno;
|
||||||
@@ -68,7 +56,6 @@ using namespace ::com::sun::star::container;
|
|||||||
using namespace ::com::sun::star::script;
|
using namespace ::com::sun::star::script;
|
||||||
using ::rtl::OUString;
|
using ::rtl::OUString;
|
||||||
|
|
||||||
|
|
||||||
TYPEINIT1(DlgEdObj, SdrUnoObj);
|
TYPEINIT1(DlgEdObj, SdrUnoObj);
|
||||||
DBG_NAME(DlgEdObj);
|
DBG_NAME(DlgEdObj);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user