[Libreoffice-commits] core.git: sw/inc sw/qa sw/source

Takeshi Abe tabe at fixedpoint.jp
Wed Nov 27 01:55:39 PST 2013


 sw/inc/crsrsh.hxx                       |    1 -
 sw/qa/tiledrendering/tiledrendering.cxx |    1 -
 sw/source/core/draw/dview.cxx           |    3 ---
 sw/source/core/layout/pagechg.cxx       |    1 -
 sw/source/core/layout/wsfrm.cxx         |    1 -
 sw/source/core/text/atrstck.cxx         |    1 -
 sw/source/core/text/inftxt.cxx          |    1 -
 sw/source/core/text/txtfrm.cxx          |    1 -
 sw/source/core/unocore/unoportenum.cxx  |    1 -
 sw/source/core/view/viewsh.cxx          |    1 -
 sw/source/filter/ww8/wrtw8esh.cxx       |    3 ---
 sw/source/filter/ww8/ww8graf.cxx        |    1 -
 sw/source/ui/app/appopt.cxx             |    1 -
 sw/source/ui/docvw/edtwin.cxx           |    1 -
 sw/source/ui/index/cnttab.cxx           |    3 ---
 sw/source/ui/uiview/view2.cxx           |    1 -
 sw/source/ui/uno/unotxdoc.cxx           |    1 -
 17 files changed, 23 deletions(-)

New commits:
commit 19d0b079dceb2ca4e241a9394407d8ddf2a6f42f
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Wed Nov 27 18:53:09 2013 +0900

    Drop duplicate #include
    
    Change-Id: I8c5daff82b96e4d9e2e89e18473c9be8c9c8162b

diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx
index 8548d91..ddc4f2b 100644
--- a/sw/inc/crsrsh.hxx
+++ b/sw/inc/crsrsh.hxx
@@ -36,7 +36,6 @@
 #include <tblsel.hxx>
 #include <viscrs.hxx>
 #include <node.hxx>
-#include <tblsel.hxx>
 #include <IDocumentMarkAccess.hxx>
 
 class KeyCode;
diff --git a/sw/qa/tiledrendering/tiledrendering.cxx b/sw/qa/tiledrendering/tiledrendering.cxx
index 57b512c..321a2d8 100644
--- a/sw/qa/tiledrendering/tiledrendering.cxx
+++ b/sw/qa/tiledrendering/tiledrendering.cxx
@@ -32,7 +32,6 @@
 #include <com/sun/star/uno/XInterface.hpp>
 #include <com/sun/star/frame/XComponentLoader.hpp>
 #include <com/sun/star/frame/Desktop.hpp>
-#include <com/sun/star/lang/XComponent.hpp>
 #include <com/sun/star/beans/XPropertySet.hpp>
 
 using namespace ::com::sun::star;
diff --git a/sw/source/core/draw/dview.cxx b/sw/source/core/draw/dview.cxx
index 266324d..306d5ce 100644
--- a/sw/source/core/draw/dview.cxx
+++ b/sw/source/core/draw/dview.cxx
@@ -47,9 +47,6 @@
 #include <IDocumentUndoRedo.hxx>
 
 // #i7672#
-#include <editeng/outliner.hxx>
-
-#include <com/sun/star/embed/EmbedMisc.hpp>
 #include <com/sun/star/embed/Aspects.hpp>
 
 #include <vector>
diff --git a/sw/source/core/layout/pagechg.cxx b/sw/source/core/layout/pagechg.cxx
index 9e1a49d5..2cfb864 100644
--- a/sw/source/core/layout/pagechg.cxx
+++ b/sw/source/core/layout/pagechg.cxx
@@ -40,7 +40,6 @@
 #include <edtwin.hxx>
 
 #include "viewimp.hxx"
-#include "viewopt.hxx"
 #include "pagefrm.hxx"
 #include "rootfrm.hxx"
 #include "cntfrm.hxx"
diff --git a/sw/source/core/layout/wsfrm.cxx b/sw/source/core/layout/wsfrm.cxx
index 985b787..bb7b03f 100644
--- a/sw/source/core/layout/wsfrm.cxx
+++ b/sw/source/core/layout/wsfrm.cxx
@@ -64,7 +64,6 @@
 #include <editeng/frmdiritem.hxx>
 // OD 2004-05-24 #i28701#
 #include <sortedobjs.hxx>
-#include <viewopt.hxx>
 
 
 using namespace ::com::sun::star;
diff --git a/sw/source/core/text/atrstck.cxx b/sw/source/core/text/atrstck.cxx
index a1c8d96..848f98b 100644
--- a/sw/source/core/text/atrstck.cxx
+++ b/sw/source/core/text/atrstck.cxx
@@ -53,7 +53,6 @@
 #include <txtinet.hxx>
 #include <IDocumentSettingAccess.hxx>
 #include <viewsh.hxx>
-#include <viewopt.hxx>
 
 #define STACK_INCREMENT 4
 
diff --git a/sw/source/core/text/inftxt.cxx b/sw/source/core/text/inftxt.cxx
index adf78fa..ecde3b0 100644
--- a/sw/source/core/text/inftxt.cxx
+++ b/sw/source/core/text/inftxt.cxx
@@ -69,7 +69,6 @@
 // #i12836# enhanced pdf export
 #include <EnhancedPDFExportHelper.hxx>
 #include <docufld.hxx>
-#include <frmtool.hxx>
 
 #include <unomid.h>
 
diff --git a/sw/source/core/text/txtfrm.cxx b/sw/source/core/text/txtfrm.cxx
index 41ff7e9..db2f479 100644
--- a/sw/source/core/text/txtfrm.cxx
+++ b/sw/source/core/text/txtfrm.cxx
@@ -33,7 +33,6 @@
 #include <doc.hxx>
 #include "rootfrm.hxx"
 #include <pagefrm.hxx>
-#include <rootfrm.hxx>
 #include <viewsh.hxx>
 #include <pam.hxx>
 #include <ndtxt.hxx>
diff --git a/sw/source/core/unocore/unoportenum.cxx b/sw/source/core/unocore/unoportenum.cxx
index 8d5377d..39955aa 100644
--- a/sw/source/core/unocore/unoportenum.cxx
+++ b/sw/source/core/unocore/unoportenum.cxx
@@ -50,7 +50,6 @@
 #include <crsskip.hxx>
 #include <switerator.hxx>
 #include <docufld.hxx>
-#include <fmtfld.hxx>
 #include <osl/mutex.hxx>
 #include <vcl/svapp.hxx>
 #include <comphelper/string.hxx>
diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx
index 143ac40..add342d 100644
--- a/sw/source/core/view/viewsh.cxx
+++ b/sw/source/core/view/viewsh.cxx
@@ -63,7 +63,6 @@
 #include <sortedobjs.hxx>
 #include <anchoredobject.hxx>
 #include <wrtsh.hxx>
-#include <vcl/alpha.hxx>
 
 #include "../../ui/inc/view.hxx"
 #include <PostItMgr.hxx>
diff --git a/sw/source/filter/ww8/wrtw8esh.cxx b/sw/source/filter/ww8/wrtw8esh.cxx
index 5b7ab4a..93a1294 100644
--- a/sw/source/filter/ww8/wrtw8esh.cxx
+++ b/sw/source/filter/ww8/wrtw8esh.cxx
@@ -92,9 +92,6 @@
 #include <oox/ole/olehelper.hxx>
 #include <fstream>
 #include <unotools/streamwrap.hxx>
-#include <editeng/shaditem.hxx>
-#include <svx/unoapi.hxx>
-#include <escher.hxx>
 #include <fmtinfmt.hxx>
 #include <fmturl.hxx>
 #include "sfx2/sfxsids.hrc"
diff --git a/sw/source/filter/ww8/ww8graf.cxx b/sw/source/filter/ww8/ww8graf.cxx
index 6ff803e..6b6ffdf 100644
--- a/sw/source/filter/ww8/ww8graf.cxx
+++ b/sw/source/filter/ww8/ww8graf.cxx
@@ -92,7 +92,6 @@
 #include <fmturl.hxx>
 #include <svx/hlnkitem.hxx>
 #include <svl/whiter.hxx>
-#include "ww8par2.hxx"
 
 using ::editeng::SvxBorderLine;
 using namespace ::com::sun::star;
diff --git a/sw/source/ui/app/appopt.cxx b/sw/source/ui/app/appopt.cxx
index 4c1c241..4ce4aac 100644
--- a/sw/source/ui/app/appopt.cxx
+++ b/sw/source/ui/app/appopt.cxx
@@ -23,7 +23,6 @@
 #include <com/sun/star/i18n/ScriptType.hpp>
 
 #include <hintids.hxx>
-#include <cmdid.h>
 #include <vcl/msgbox.hxx>
 #include <svl/eitem.hxx>
 #include <sfx2/request.hxx>
diff --git a/sw/source/ui/docvw/edtwin.cxx b/sw/source/ui/docvw/edtwin.cxx
index 5a45f43..ba6bc82 100644
--- a/sw/source/ui/docvw/edtwin.cxx
+++ b/sw/source/ui/docvw/edtwin.cxx
@@ -134,7 +134,6 @@
 
 #include <IMark.hxx>
 #include <doc.hxx>
-#include <txatbase.hxx>
 #include <xmloff/odffields.hxx>
 
 #include <PostItMgr.hxx>
diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx
index d38c8ee..554b487 100644
--- a/sw/source/ui/index/cnttab.cxx
+++ b/sw/source/ui/index/cnttab.cxx
@@ -68,15 +68,12 @@
 #include <helpid.h>
 #include <utlui.hrc>
 #include <index.hrc>
-#include <cnttab.hxx>
 #include <globals.hrc>
 #include <SwStyleNameMapper.hxx>
 #include <sfx2/filedlghelper.hxx>
 #include <toxwrap.hxx>
 #include <chpfld.hxx>
 
-#include "utlui.hrc"
-
 #include <sfx2/app.hxx>
 
 #include <unomid.h>
diff --git a/sw/source/ui/uiview/view2.cxx b/sw/source/ui/uiview/view2.cxx
index 3dfe875..7c9aa10 100644
--- a/sw/source/ui/uiview/view2.cxx
+++ b/sw/source/ui/uiview/view2.cxx
@@ -127,7 +127,6 @@
 #include <svx/svxdlg.hxx>
 #include <svx/dialogs.hrc>
 #include "swabstdlg.hxx"
-#include "globals.hrc"
 #include <envelp.hrc>
 #include <fmthdft.hxx>
 #include <svx/ofaitem.hxx>
diff --git a/sw/source/ui/uno/unotxdoc.cxx b/sw/source/ui/uno/unotxdoc.cxx
index 0e7241f..b5789f5 100644
--- a/sw/source/ui/uno/unotxdoc.cxx
+++ b/sw/source/ui/uno/unotxdoc.cxx
@@ -113,7 +113,6 @@
 #include <format.hxx>
 #include <charfmt.hxx>
 #include <fmtcol.hxx>
-#include <unostyle.hxx>
 #include <istyleaccess.hxx>
 
 #include <svl/stylepool.hxx>


More information about the Libreoffice-commits mailing list