[Libreoffice-commits] .: 2 commits - basctl/source

August Sodora augsod at kemper.freedesktop.org
Mon Nov 21 19:16:36 PST 2011


 basctl/source/basicide/ide_pch.hxx |   16 -------------
 basctl/source/dlged/dlged.cxx      |   45 ++++++++++++++-----------------------
 2 files changed, 18 insertions(+), 43 deletions(-)

New commits:
commit 5ddab9d8d4ef4553fef0bc76312fb5f3565cf9f2
Author: August Sodora <augsod at gmail.com>
Date:   Mon Nov 21 22:16:15 2011 -0500

    Remove unnecessary includes

diff --git a/basctl/source/basicide/ide_pch.hxx b/basctl/source/basicide/ide_pch.hxx
index b0d6e2d..78e39ab 100644
--- a/basctl/source/basicide/ide_pch.hxx
+++ b/basctl/source/basicide/ide_pch.hxx
@@ -30,21 +30,13 @@
 #define ITEMID_SEARCH           0
 #define ITEMID_SIZE             0
 
-#include <vcl/wrkwin.hxx>
 #include <vcl/msgbox.hxx>
-#include <vcl/menu.hxx>
-
-#include <svl/svarray.hxx>
-#include <svl/itemset.hxx>
 #include <svl/aeitem.hxx>
-#include <svl/stritem.hxx>
 #include <svl/whiter.hxx>
 #include <svl/intitem.hxx>
 #include <svl/srchitem.hxx>
 
 #define _BASIC_TEXTPORTIONS
-#include <basic/sbdef.hxx>
-#include <basic/sbstar.hxx>
 #include <basic/sbmeth.hxx>
 #include <basic/sbmod.hxx>
 #include <basic/basmgr.hxx>
@@ -52,20 +44,12 @@
 #include <sfx2/app.hxx>
 #include <sfx2/objface.hxx>
 #include <sfx2/printer.hxx>
-#include <sfx2/viewsh.hxx>
-#include <sfx2/event.hxx>
-#include <sfx2/bindings.hxx>
 #include <sfx2/request.hxx>
 #include <sfx2/childwin.hxx>
-#include <sfx2/viewfrm.hxx>
-#include <sfx2/objsh.hxx>
-#include <sfx2/genlink.hxx>
 #include <sfx2/dispatch.hxx>
 #include <sfx2/minfitem.hxx>
 #include <sfx2/dinfdlg.hxx>
 #include <sfx2/docfac.hxx>
-#include <sfx2/progress.hxx>
 #include <editeng/sizeitem.hxx>
 
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
commit 226dade0ca04ffa6656d9bac963223984c3a01ce
Author: August Sodora <augsod at gmail.com>
Date:   Mon Nov 21 20:54:56 2011 -0500

    Remove unnecessary includes

diff --git a/basctl/source/dlged/dlged.cxx b/basctl/source/dlged/dlged.cxx
index 210a6f3..0a31d4b 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;


More information about the Libreoffice-commits mailing list