[Libreoffice-commits] .: desktop/source editeng/inc editeng/source

Takeshi Abe tabe at kemper.freedesktop.org
Fri Mar 30 05:47:22 PDT 2012


 desktop/source/app/appinit.cxx                               |    1 -
 desktop/source/app/officeipcthread.cxx                       |    1 -
 desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx |    3 ---
 desktop/source/deployment/manager/dp_manager.cxx             |    1 -
 editeng/inc/editeng/unotext.hxx                              |    3 ---
 editeng/source/editeng/editdoc.cxx                           |    1 -
 editeng/source/editeng/editview.cxx                          |    3 ---
 editeng/source/editeng/eerdll.cxx                            |    2 --
 editeng/source/editeng/impedit3.cxx                          |    2 --
 editeng/source/items/optitems.cxx                            |    2 --
 editeng/source/items/textitem.cxx                            |    4 ----
 editeng/source/misc/svxacorr.cxx                             |    1 -
 editeng/source/misc/unolingu.cxx                             |    2 --
 editeng/source/outliner/outlvw.cxx                           |    1 -
 editeng/source/uno/unonrule.cxx                              |    1 -
 editeng/source/uno/unotext.cxx                               |    1 -
 16 files changed, 29 deletions(-)

New commits:
commit e60911f5fc6f76032942cd16c24a8f2673dae5d2
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Fri Mar 30 21:44:37 2012 +0900

    removed duplicate includes in desktop / editeng

diff --git a/desktop/source/app/appinit.cxx b/desktop/source/app/appinit.cxx
index fe8618a..92da668 100644
--- a/desktop/source/app/appinit.cxx
+++ b/desktop/source/app/appinit.cxx
@@ -56,7 +56,6 @@
 #include <rtl/bootstrap.hxx>
 #include <ucbhelper/configurationkeys.hxx>
 
-#include <cppuhelper/bootstrap.hxx>
 #include <tools/rcid.h>
 
 #include <rtl/logfile.hxx>
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx
index 4306a67..8ca6083 100644
--- a/desktop/source/app/officeipcthread.cxx
+++ b/desktop/source/app/officeipcthread.cxx
@@ -49,7 +49,6 @@
 #include <comphelper/processfactory.hxx>
 #include <osl/file.hxx>
 #include <rtl/process.h>
-#include <rtl/instance.hxx>
 #include "tools/getprocessworkingdir.hxx"
 
 using namespace desktop;
diff --git a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx
index fd6154e..8852e93 100644
--- a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx
+++ b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx
@@ -40,7 +40,6 @@
 #include "vcl/msgbox.hxx"
 #include "vcl/svapp.hxx"
 #include "osl/mutex.hxx"
-#include "vcl/dialog.hxx"
 #include "cppuhelper/implbase3.hxx"
 
 #include "com/sun/star/beans/PropertyValue.hpp"
@@ -69,14 +68,12 @@
 #include "dp_gui.hrc"
 #include "dp_gui_updateinstalldialog.hxx"
 #include "dp_gui_shared.hxx"
-#include "dp_gui_updatedata.hxx"
 #include "dp_ucb.h"
 #include "dp_misc.h"
 #include "dp_version.hxx"
 #include "dp_gui_extensioncmdqueue.hxx"
 #include "ucbhelper/content.hxx"
 #include "osl/mutex.hxx"
-#include "osl/mutex.hxx"
 #include "rtl/ref.hxx"
 #include "salhelper/thread.hxx"
 #include "com/sun/star/uno/Sequence.h"
diff --git a/desktop/source/deployment/manager/dp_manager.cxx b/desktop/source/deployment/manager/dp_manager.cxx
index 0ed519b..1a221c9 100644
--- a/desktop/source/deployment/manager/dp_manager.cxx
+++ b/desktop/source/deployment/manager/dp_manager.cxx
@@ -64,7 +64,6 @@
 #include "boost/bind.hpp"
 #include "unotools/tempfile.hxx"
 
-#include "osl/file.hxx"
 #include <vector>
 #include <list>
 #include "dp_descriptioninfoset.hxx"
diff --git a/editeng/inc/editeng/unotext.hxx b/editeng/inc/editeng/unotext.hxx
index ace08dd..162a73a 100644
--- a/editeng/inc/editeng/unotext.hxx
+++ b/editeng/inc/editeng/unotext.hxx
@@ -54,7 +54,6 @@
 #include <com/sun/star/style/LineSpacing.hpp>
 #include <com/sun/star/style/TabStop.hpp>
 #include <com/sun/star/lang/XUnoTunnel.hpp>
-#include <com/sun/star/text/XTextRange.hpp>
 #include <cppuhelper/implbase1.hxx>
 #include <cppuhelper/implbase2.hxx>
 #include <cppuhelper/implbase4.hxx>
@@ -492,8 +491,6 @@ public:
 
 // ====================================================================
 
-#include <cppuhelper/implbase1.hxx>
-
 class SvxUnoTextContentEnumeration : public ::cppu::WeakAggImplHelper1< ::com::sun::star::container::XEnumeration >
 {
 private:
diff --git a/editeng/source/editeng/editdoc.cxx b/editeng/source/editeng/editdoc.cxx
index 43c64c4..6b35b47 100644
--- a/editeng/source/editeng/editdoc.cxx
+++ b/editeng/source/editeng/editdoc.cxx
@@ -61,7 +61,6 @@
 #include <tools/stream.hxx>
 #include <tools/debug.hxx>
 #include <tools/shl.hxx>
-#include <vcl/svapp.hxx>
 #include <com/sun/star/i18n/ScriptType.hpp>
 
 #include <boost/bind.hpp>
diff --git a/editeng/source/editeng/editview.cxx b/editeng/source/editeng/editview.cxx
index 36bafa0..c35591c 100644
--- a/editeng/source/editeng/editview.cxx
+++ b/editeng/source/editeng/editview.cxx
@@ -68,10 +68,7 @@
 #include <com/sun/star/beans/PropertyValues.hdl>
 #include <com/sun/star/lang/Locale.hpp>
 #include <linguistic/lngprops.hxx>
-#include <vcl/svapp.hxx>
 #include <vcl/settings.hxx>
-#include <unotools/lingucfg.hxx>
-#include <sal/macros.h>
 
 #include <com/sun/star/lang/XServiceInfo.hpp>
 
diff --git a/editeng/source/editeng/eerdll.cxx b/editeng/source/editeng/eerdll.cxx
index 04ff49f..1e0f3e4 100644
--- a/editeng/source/editeng/eerdll.cxx
+++ b/editeng/source/editeng/eerdll.cxx
@@ -47,7 +47,6 @@
 #include <editeng/scriptspaceitem.hxx>
 #include <svl/itempool.hxx>
 #include <vcl/virdev.hxx>
-#include <vcl/svapp.hxx>
 
 #include <editeng/akrnitem.hxx>
 #include <editeng/cntritem.hxx>
@@ -73,7 +72,6 @@
 #include <editeng/xmlcnitm.hxx>
 #include <editeng/forbiddencharacterstable.hxx>
 #include <editeng/justifyitem.hxx>
-#include <comphelper/processfactory.hxx>
 #include <rtl/instance.hxx>
 
 using namespace ::com::sun::star;
diff --git a/editeng/source/editeng/impedit3.cxx b/editeng/source/editeng/impedit3.cxx
index 88a2e73..f377bba 100644
--- a/editeng/source/editeng/impedit3.cxx
+++ b/editeng/source/editeng/impedit3.cxx
@@ -34,7 +34,6 @@
 #include <vcl/metaact.hxx>
 #include <vcl/gdimtf.hxx>
 
-#include <vcl/wrkwin.hxx>
 #include <editeng/adjitem.hxx>
 #include <editeng/tstpitem.hxx>
 #include <editeng/lspcitem.hxx>
@@ -70,7 +69,6 @@
 
 #include <set>
 #include <math.h>
-#include <vcl/svapp.hxx>
 #include <vcl/metric.hxx>
 #include <com/sun/star/i18n/ScriptType.hpp>
 #include <com/sun/star/text/CharacterCompressionType.hpp>
diff --git a/editeng/source/items/optitems.cxx b/editeng/source/items/optitems.cxx
index b080eab..fcfe3c8 100644
--- a/editeng/source/items/optitems.cxx
+++ b/editeng/source/items/optitems.cxx
@@ -34,8 +34,6 @@
 #include <editeng/optitems.hxx>
 #include <editeng/eerdll.hxx>
 #include <editeng/editrids.hrc>
-#include <editeng/eerdll.hxx>
-#include <editeng/editrids.hrc>
 
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::linguistic2;
diff --git a/editeng/source/items/textitem.cxx b/editeng/source/items/textitem.cxx
index 9a2f339..fcc8275 100644
--- a/editeng/source/items/textitem.cxx
+++ b/editeng/source/items/textitem.cxx
@@ -56,12 +56,10 @@
 #include <svtools/ctrltool.hxx>
 #include <vcl/settings.hxx>
 #include <vcl/svapp.hxx>
-#include <com/sun/star/style/CaseMap.hpp>
 #include <com/sun/star/awt/SimpleFontMetric.hpp>
 #include <com/sun/star/awt/FontWeight.hpp>
 #include <com/sun/star/awt/FontSlant.hpp>
 #include <com/sun/star/awt/CharSet.hpp>
-#include <com/sun/star/awt/FontDescriptor.hpp>
 #include <com/sun/star/awt/FontWidth.hpp>
 #include <com/sun/star/awt/XFont.hpp>
 #include <com/sun/star/awt/FontType.hpp>
@@ -106,8 +104,6 @@
 #include <editeng/itemtype.hxx>
 #include <editeng/eerdll.hxx>
 
-#include <tools/tenccvt.hxx>
-
 #define STORE_UNICODE_MAGIC_MARKER  0xFE331188
 
 using namespace ::rtl;
diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx
index 651b9eb..f459af0 100644
--- a/editeng/source/misc/svxacorr.cxx
+++ b/editeng/source/misc/svxacorr.cxx
@@ -57,7 +57,6 @@
 #include <editeng/unolingu.hxx>
 #include "vcl/window.hxx"
 #include <helpid.hrc>
-#include <comphelper/processfactory.hxx>
 #include <com/sun/star/xml/sax/InputSource.hpp>
 #include <com/sun/star/xml/sax/XParser.hpp>
 #include <unotools/streamwrap.hxx>
diff --git a/editeng/source/misc/unolingu.cxx b/editeng/source/misc/unolingu.cxx
index 8106dad..14d5b82 100644
--- a/editeng/source/misc/unolingu.cxx
+++ b/editeng/source/misc/unolingu.cxx
@@ -43,7 +43,6 @@
 #include <com/sun/star/ucb/XContentAccess.hpp>
 #include <com/sun/star/ucb/XSortedDynamicResultSetFactory.hpp>
 #include <com/sun/star/ucb/NumberedSortingInfo.hpp>
-#include <com/sun/star/ucb/XContentAccess.hpp>
 #include <com/sun/star/sdbc/XResultSet.hpp>
 #include <com/sun/star/sdbc/XRow.hpp>
 #include <com/sun/star/util/DateTime.hpp>
@@ -56,7 +55,6 @@
 #include <unotools/localfilehelper.hxx>
 #include <ucbhelper/commandenvironment.hxx>
 #include <ucbhelper/content.hxx>
-#include <comphelper/processfactory.hxx>
 #include <vcl/msgbox.hxx>
 #include <tools/shl.hxx>
 #include <linguistic/misc.hxx>
diff --git a/editeng/source/outliner/outlvw.cxx b/editeng/source/outliner/outlvw.cxx
index 23a9775..a61ec1a 100644
--- a/editeng/source/outliner/outlvw.cxx
+++ b/editeng/source/outliner/outlvw.cxx
@@ -48,7 +48,6 @@
 #include <outlundo.hxx>
 #include <editeng/outlobj.hxx>
 #include <editeng/flditem.hxx>
-#include <editeng/flditem.hxx>
 #include <editeng/eeitem.hxx>
 #include <editeng/numitem.hxx>
 #include <vcl/window.hxx>
diff --git a/editeng/source/uno/unonrule.cxx b/editeng/source/uno/unonrule.cxx
index fa5275f..e39bb60 100644
--- a/editeng/source/uno/unonrule.cxx
+++ b/editeng/source/uno/unonrule.cxx
@@ -43,7 +43,6 @@
 #include <editeng/numitem.hxx>
 #include <editeng/eeitem.hxx>
 #include <editeng/unotext.hxx>
-#include <editeng/numitem.hxx>
 #include <editeng/unofdesc.hxx>
 #include <editeng/unonrule.hxx>
 #include <editeng/editids.hrc>
diff --git a/editeng/source/uno/unotext.cxx b/editeng/source/uno/unotext.cxx
index ab24176..7e9b1d6 100644
--- a/editeng/source/uno/unotext.cxx
+++ b/editeng/source/uno/unotext.cxx
@@ -29,7 +29,6 @@
 #include <vcl/svapp.hxx>
 #include <com/sun/star/style/LineSpacing.hpp>
 #include <com/sun/star/text/ControlCharacter.hpp>
-#include <com/sun/star/text/ControlCharacter.hpp>
 #include <com/sun/star/text/XTextField.hdl>
 #include <osl/mutex.hxx>
 #include <svl/itemset.hxx>


More information about the Libreoffice-commits mailing list