summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-12-02 01:00:35 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-12-02 01:02:06 +0900
commit3b2f956ba64f8f9dff1da3028436f3834c899d1d (patch)
treefe050aabc07177ae3e466cdb78d478dc4de5680b
parent07c287d01e02e97df76a02a9a35238915d26c01b (diff)
Drop duplicate #include
Change-Id: Ife8ebbb5e46704c5d2ff46cc345b4ed926e7dc12
-rw-r--r--sal/cppunittester/cppunittester.cxx1
-rw-r--r--sal/osl/w32/dllentry.c2
-rw-r--r--sal/qa/ByteSequence/ByteSequence.cxx1
-rw-r--r--sal/qa/osl/file/osl_File.cxx1
-rw-r--r--sal/qa/osl/thread/test_thread.cxx1
-rw-r--r--sal/qa/rtl/math/test-rtl-math.cxx1
-rw-r--r--sal/qa/rtl/strings/test_oustring_endswith.cxx1
-rw-r--r--sal/rtl/string.cxx1
-rw-r--r--sal/rtl/ustring.cxx1
-rw-r--r--sd/source/ui/docshell/docshel4.cxx2
-rw-r--r--sd/source/ui/sidebar/LayoutMenu.hxx1
-rw-r--r--sd/source/ui/view/drtxtob.cxx2
-rw-r--r--sd/source/ui/view/drtxtob1.cxx1
-rw-r--r--sdext/source/minimizer/impoptimizer.cxx1
-rw-r--r--sfx2/source/sidebar/SidebarDockingWindow.hxx1
-rw-r--r--svtools/source/control/valueacc.cxx1
-rw-r--r--svx/source/dialog/fntctrl.cxx2
-rw-r--r--svx/source/form/fmexpl.cxx1
-rw-r--r--svx/source/sidebar/graphic/GraphicPropertyPanel.cxx1
-rw-r--r--svx/source/stbctrls/pszctrl.cxx1
-rw-r--r--svx/source/svdraw/svdedxv.cxx1
-rw-r--r--svx/source/svdraw/svdfmtf.cxx1
-rw-r--r--svx/source/svdraw/svdmodel.cxx1
-rw-r--r--svx/source/svdraw/svdomeas.cxx1
-rw-r--r--svx/source/table/accessibletableshape.cxx1
25 files changed, 0 insertions, 29 deletions
diff --git a/sal/cppunittester/cppunittester.cxx b/sal/cppunittester/cppunittester.cxx
index 83623b529fd3..1634a672d015 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 39c6c6137d63..96d752546be2 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 91febc9badce..7ce6e465cff5 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 43f255cdf90a..d7341e4336c2 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 9c4986667f35..5030af1df57f 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 13b936e844a4..e6422c4bdeb9 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 1c4b8202ef12..2b4978dd39ca 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 ce7fa3174af0..32ef07753560 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 edbfc9dada26..3599a922fb50 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 b9a5a5c37dd8..04fcf2a1f321 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 107724684028..a858101ba692 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 d65f1b0ea468..c03456716d1b 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 5ddbe1d64c55..01692f526790 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 da35da518dbd..f19133ccce67 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 ffd47e8f5ca5..d8078de68806 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 fe91c85d47a8..a669d2592430 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 13105c54918a..55eac726544d 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 554935168cb0..ff39f82502af 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 9a7c275a3b76..af33a5414160 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 ad9c22b99286..89b9c19ede4b 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 81a80dec068f..87df0533f871 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 0dc5a03a5bde..43820f20427b 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 b0cf71e213e1..8910ec8be8f9 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 4ba62076774e..54c0e7e77b08 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 4d76285460b4..469ed418693c 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>