[Libreoffice-commits] core.git: sal/cppunittester sal/osl sal/qa sal/rtl sdext/source sd/source sfx2/source svtools/source svx/source

Takeshi Abe tabe at fixedpoint.jp
Sun Dec 1 08:09:50 PST 2013


 sal/cppunittester/cppunittester.cxx                 |    1 -
 sal/osl/w32/dllentry.c                              |    2 --
 sal/qa/ByteSequence/ByteSequence.cxx                |    1 -
 sal/qa/osl/file/osl_File.cxx                        |    1 -
 sal/qa/osl/thread/test_thread.cxx                   |    1 -
 sal/qa/rtl/math/test-rtl-math.cxx                   |    1 -
 sal/qa/rtl/strings/test_oustring_endswith.cxx       |    1 -
 sal/rtl/string.cxx                                  |    1 -
 sal/rtl/ustring.cxx                                 |    1 -
 sd/source/ui/docshell/docshel4.cxx                  |    2 --
 sd/source/ui/sidebar/LayoutMenu.hxx                 |    1 -
 sd/source/ui/view/drtxtob.cxx                       |    2 --
 sd/source/ui/view/drtxtob1.cxx                      |    1 -
 sdext/source/minimizer/impoptimizer.cxx             |    1 -
 sfx2/source/sidebar/SidebarDockingWindow.hxx        |    1 -
 svtools/source/control/valueacc.cxx                 |    1 -
 svx/source/dialog/fntctrl.cxx                       |    2 --
 svx/source/form/fmexpl.cxx                          |    1 -
 svx/source/sidebar/graphic/GraphicPropertyPanel.cxx |    1 -
 svx/source/stbctrls/pszctrl.cxx                     |    1 -
 svx/source/svdraw/svdedxv.cxx                       |    1 -
 svx/source/svdraw/svdfmtf.cxx                       |    1 -
 svx/source/svdraw/svdmodel.cxx                      |    1 -
 svx/source/svdraw/svdomeas.cxx                      |    1 -
 svx/source/table/accessibletableshape.cxx           |    1 -
 25 files changed, 29 deletions(-)

New commits:
commit 3b2f956ba64f8f9dff1da3028436f3834c899d1d
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Mon Dec 2 01:00:35 2013 +0900

    Drop duplicate #include
    
    Change-Id: Ife8ebbb5e46704c5d2ff46cc345b4ed926e7dc12

diff --git a/sal/cppunittester/cppunittester.cxx b/sal/cppunittester/cppunittester.cxx
index 83623b5..1634a67 100644
--- a/sal/cppunittester/cppunittester.cxx
+++ b/sal/cppunittester/cppunittester.cxx
@@ -35,7 +35,6 @@
 #include "rtl/textcvt.h"
 #include "rtl/ustring.hxx"
 #include "sal/main.h"
-#include "sal/types.h"
 
 #include "cppunit/CompilerOutputter.h"
 #include "cppunit/TestResult.h"
diff --git a/sal/osl/w32/dllentry.c b/sal/osl/w32/dllentry.c
index 39c6c61..96d7525 100644
--- a/sal/osl/w32/dllentry.c
+++ b/sal/osl/w32/dllentry.c
@@ -31,9 +31,7 @@
 #include <sal/types.h>
 #include <float.h>
 
-#include <osl/diagnose.h>
 #include <osl/mutex.h>
-#include <sal/types.h>
 
 #include "internal/rtllifecycle.h"
 
diff --git a/sal/qa/ByteSequence/ByteSequence.cxx b/sal/qa/ByteSequence/ByteSequence.cxx
index 91febc9..7ce6e46 100644
--- a/sal/qa/ByteSequence/ByteSequence.cxx
+++ b/sal/qa/ByteSequence/ByteSequence.cxx
@@ -23,7 +23,6 @@
 #include "cppunit/extensions/HelperMacros.h"
 #include "cppunit/plugin/TestPlugIn.h"
 #include "rtl/byteseq.hxx"
-#include "sal/types.h"
 
 namespace {
 
diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx
index 43f255c..d7341e4 100644
--- a/sal/qa/osl/file/osl_File.cxx
+++ b/sal/qa/osl/file/osl_File.cxx
@@ -26,7 +26,6 @@
 
 #include "osl/thread.h"
 
-#include "rtl/ustrbuf.hxx"
 #include <osl/file.hxx>
 #include <osl/detail/file.h>
 #include <osl_File_Const.h>
diff --git a/sal/qa/osl/thread/test_thread.cxx b/sal/qa/osl/thread/test_thread.cxx
index 9c49866..5030af1 100644
--- a/sal/qa/osl/thread/test_thread.cxx
+++ b/sal/qa/osl/thread/test_thread.cxx
@@ -24,7 +24,6 @@
 #include "osl/conditn.hxx"
 #include "osl/thread.hxx"
 #include "osl/time.h"
-#include "sal/types.h"
 
 namespace {
 
diff --git a/sal/qa/rtl/math/test-rtl-math.cxx b/sal/qa/rtl/math/test-rtl-math.cxx
index 13b936e..e6422c4 100644
--- a/sal/qa/rtl/math/test-rtl-math.cxx
+++ b/sal/qa/rtl/math/test-rtl-math.cxx
@@ -25,7 +25,6 @@
 #include "rtl/math.hxx"
 #include "rtl/ustring.h"
 #include "rtl/ustring.hxx"
-#include "sal/types.h"
 
 CPPUNIT_NS_BEGIN
 
diff --git a/sal/qa/rtl/strings/test_oustring_endswith.cxx b/sal/qa/rtl/strings/test_oustring_endswith.cxx
index 1c4b820..2b4978d 100644
--- a/sal/qa/rtl/strings/test_oustring_endswith.cxx
+++ b/sal/qa/rtl/strings/test_oustring_endswith.cxx
@@ -25,7 +25,6 @@
 #include "rtl/string.hxx"
 #include "rtl/textenc.h"
 #include "rtl/ustring.hxx"
-#include "sal/types.h"
 #include <sal/macros.h>
 
 namespace test { namespace oustring {
diff --git a/sal/rtl/string.cxx b/sal/rtl/string.cxx
index ce7fa31..32ef077 100644
--- a/sal/rtl/string.cxx
+++ b/sal/rtl/string.cxx
@@ -36,7 +36,6 @@
 #include <rtl/string.h>
 
 #include "rtl/math.h"
-#include "rtl/tencinfo.h"
 
 /* ======================================================================= */
 
diff --git a/sal/rtl/ustring.cxx b/sal/rtl/ustring.cxx
index edbfc9d..3599a92 100644
--- a/sal/rtl/ustring.cxx
+++ b/sal/rtl/ustring.cxx
@@ -43,7 +43,6 @@
 #include <rtl/ustring.h>
 
 #include "rtl/math.h"
-#include "rtl/tencinfo.h"
 
 /* ======================================================================= */
 
diff --git a/sd/source/ui/docshell/docshel4.cxx b/sd/source/ui/docshell/docshel4.cxx
index b9a5a5c..04fcf2a 100644
--- a/sd/source/ui/docshell/docshel4.cxx
+++ b/sd/source/ui/docshell/docshel4.cxx
@@ -66,7 +66,6 @@
 #include "DrawViewShell.hxx"
 #include "ViewShellBase.hxx"
 #include "Window.hxx"
-#include "sdmod.hxx"
 #include "OutlineViewShell.hxx"
 #include "sdxmlwrp.hxx"
 #include "sdpptwrp.hxx"
@@ -75,7 +74,6 @@
 #include "sdhtmlfilter.hxx"
 #include "framework/FrameworkHelper.hxx"
 
-#include <sfx2/viewfrm.hxx>
 #include "SdUnoDrawView.hxx"
 
 using namespace ::com::sun::star;
diff --git a/sd/source/ui/sidebar/LayoutMenu.hxx b/sd/source/ui/sidebar/LayoutMenu.hxx
index 1077246..a858101 100644
--- a/sd/source/ui/sidebar/LayoutMenu.hxx
+++ b/sd/source/ui/sidebar/LayoutMenu.hxx
@@ -34,7 +34,6 @@
 #include <svtools/transfer.hxx>
 #include <sfx2/shell.hxx>
 
-#include <com/sun/star/frame/XStatusListener.hpp>
 #include <com/sun/star/ui/XSidebar.hpp>
 
 class SfxModule;
diff --git a/sd/source/ui/view/drtxtob.cxx b/sd/source/ui/view/drtxtob.cxx
index d65f1b0..c034567 100644
--- a/sd/source/ui/view/drtxtob.cxx
+++ b/sd/source/ui/view/drtxtob.cxx
@@ -55,8 +55,6 @@
 #include "glob.hrc"
 #include "res_bmp.hrc"
 
-#include <editeng/outliner.hxx>
-
 #include "drawdoc.hxx"
 #include "DrawViewShell.hxx"
 #include "OutlineViewShell.hxx"
diff --git a/sd/source/ui/view/drtxtob1.cxx b/sd/source/ui/view/drtxtob1.cxx
index 5ddbe1d..01692f5 100644
--- a/sd/source/ui/view/drtxtob1.cxx
+++ b/sd/source/ui/view/drtxtob1.cxx
@@ -57,7 +57,6 @@
 
 #include "app.hrc"
 
-#include <editeng/outliner.hxx>
 #include "ViewShell.hxx"
 #include "drawview.hxx"
 #include "drawdoc.hxx"
diff --git a/sdext/source/minimizer/impoptimizer.cxx b/sdext/source/minimizer/impoptimizer.cxx
index da35da5..f19133c 100644
--- a/sdext/source/minimizer/impoptimizer.cxx
+++ b/sdext/source/minimizer/impoptimizer.cxx
@@ -58,7 +58,6 @@
 #include <com/sun/star/io/XSeekable.hpp>
 #include <com/sun/star/io/TempFile.hpp>
 #include <com/sun/star/frame/XComponentLoader.hpp>
-#include <com/sun/star/util/URL.hpp>
 #include <com/sun/star/util/URLTransformer.hpp>
 
 using namespace ::std;
diff --git a/sfx2/source/sidebar/SidebarDockingWindow.hxx b/sfx2/source/sidebar/SidebarDockingWindow.hxx
index ffd47e8..d8078de 100644
--- a/sfx2/source/sidebar/SidebarDockingWindow.hxx
+++ b/sfx2/source/sidebar/SidebarDockingWindow.hxx
@@ -20,7 +20,6 @@
 #define INCLUDED_SFX2_SOURCE_SIDEBAR_SIDEBARDOCKINGWINDOW_HXX
 
 #include <sfx2/dockwin.hxx>
-#include <sfx2/dockwin.hxx>
 
 #include <rtl/ref.hxx>
 
diff --git a/svtools/source/control/valueacc.cxx b/svtools/source/control/valueacc.cxx
index fe91c85..a669d25 100644
--- a/svtools/source/control/valueacc.cxx
+++ b/svtools/source/control/valueacc.cxx
@@ -25,7 +25,6 @@
 #include <com/sun/star/accessibility/AccessibleEventId.hpp>
 #include <com/sun/star/accessibility/AccessibleRole.hpp>
 #include <com/sun/star/accessibility/AccessibleStateType.hpp>
-#include <com/sun/star/accessibility/AccessibleEventId.hpp>
 #include <com/sun/star/accessibility/AccessibleRelationType.hpp>
 #include <unotools/accessiblerelationsethelper.hxx>
 
diff --git a/svx/source/dialog/fntctrl.cxx b/svx/source/dialog/fntctrl.cxx
index 13105c5..55eac72 100644
--- a/svx/source/dialog/fntctrl.cxx
+++ b/svx/source/dialog/fntctrl.cxx
@@ -49,7 +49,6 @@
 #include <editeng/colritem.hxx>
 #include <editeng/fontitem.hxx>
 #include <editeng/editids.hrc>
-#include <editeng/fontitem.hxx>
 #include <editeng/postitem.hxx>
 #include <editeng/udlnitem.hxx>
 #include <editeng/crossedoutitem.hxx>
@@ -62,7 +61,6 @@
 #include <editeng/cmapitem.hxx>
 #include <editeng/kernitem.hxx>
 #include <editeng/brushitem.hxx>
-#include <editeng/colritem.hxx>
 #include <editeng/emphasismarkitem.hxx>
 #include <editeng/charreliefitem.hxx>
 #include <editeng/twolinesitem.hxx>
diff --git a/svx/source/form/fmexpl.cxx b/svx/source/form/fmexpl.cxx
index 5549351..ff39f82 100644
--- a/svx/source/form/fmexpl.cxx
+++ b/svx/source/form/fmexpl.cxx
@@ -36,7 +36,6 @@
 #include <svx/dialmgr.hxx>
 #include "svx/svditer.hxx"
 #include <svx/svdouno.hxx>
-#include <fmundo.hxx>
 #include <svx/svdobj.hxx>
 #include <vcl/msgbox.hxx>
 #include <sfx2/dispatch.hxx>
diff --git a/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx b/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx
index 9a7c275..af33a54 100644
--- a/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx
+++ b/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx
@@ -26,7 +26,6 @@
 #include <svl/intitem.hxx>
 #include <sfx2/bindings.hxx>
 #include <sfx2/dispatch.hxx>
-#include "svx/dialogs.hrc"
 
 using namespace css;
 using namespace cssu;
diff --git a/svx/source/stbctrls/pszctrl.cxx b/svx/source/stbctrls/pszctrl.cxx
index ad9c22b..89b9c19 100644
--- a/svx/source/stbctrls/pszctrl.cxx
+++ b/svx/source/stbctrls/pszctrl.cxx
@@ -39,7 +39,6 @@
 #include <svx/dialmgr.hxx>
 #include "svx/dlgutil.hxx"
 #include "stbctrls.h"
-#include "sfx2/module.hxx"
 
 #include <svx/dialogs.hrc>
 #include <unotools/localedatawrapper.hxx>
diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx
index 81a80de..87df053 100644
--- a/svx/source/svdraw/svdedxv.cxx
+++ b/svx/source/svdraw/svdedxv.cxx
@@ -47,7 +47,6 @@
 #ifdef DBG_UTIL
 #include <svdibrow.hxx>
 #endif
-#include <svx/svdoutl.hxx>
 #include <svx/svddrgv.hxx>
 #include "svx/svdstr.hrc"
 #include "svx/svdglob.hxx"
diff --git a/svx/source/svdraw/svdfmtf.cxx b/svx/source/svdraw/svdfmtf.cxx
index 0dc5a03..43820f2 100644
--- a/svx/source/svdraw/svdfmtf.cxx
+++ b/svx/source/svdraw/svdfmtf.cxx
@@ -22,7 +22,6 @@
 #include <math.h>
 #include <svx/xpoly.hxx>
 #include <vcl/svapp.hxx>
-#include <editeng/editdata.hxx>
 #include <editeng/eeitem.hxx>
 #include <editeng/fhgtitem.hxx>
 #include <editeng/wghtitem.hxx>
diff --git a/svx/source/svdraw/svdmodel.cxx b/svx/source/svdraw/svdmodel.cxx
index b0cf71e..8910ec8 100644
--- a/svx/source/svdraw/svdmodel.cxx
+++ b/svx/source/svdraw/svdmodel.cxx
@@ -62,7 +62,6 @@
 #include "svdoutlinercache.hxx"
 
 #include "svx/xflclit.hxx"
-#include "svx/xflhtit.hxx"
 #include "svx/xlnclit.hxx"
 
 #include "officecfg/Office/Common.hxx"
diff --git a/svx/source/svdraw/svdomeas.cxx b/svx/source/svdraw/svdomeas.cxx
index 4ba6207..54c0e7e 100644
--- a/svx/source/svdraw/svdomeas.cxx
+++ b/svx/source/svdraw/svdomeas.cxx
@@ -61,7 +61,6 @@
 #include <svx/sxmtfitm.hxx>
 #include <svx/sxmtpitm.hxx>
 #include <svx/sxmtritm.hxx>
-#include <svx/sxmtritm.hxx>
 #include <svx/sxmuitm.hxx>
 #include <svx/xlnedcit.hxx>
 #include <svx/xlnedit.hxx>
diff --git a/svx/source/table/accessibletableshape.cxx b/svx/source/table/accessibletableshape.cxx
index 4d76285..469ed41 100644
--- a/svx/source/table/accessibletableshape.cxx
+++ b/svx/source/table/accessibletableshape.cxx
@@ -34,7 +34,6 @@
 
 #include <cppuhelper/implbase1.hxx>
 #include <svx/svdotable.hxx>
-#include <com/sun/star/accessibility/AccessibleStateType.hpp>
 #include <com/sun/star/view/XSelectionSupplier.hpp>
 
 


More information about the Libreoffice-commits mailing list