summaryrefslogtreecommitdiff
path: root/sd
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 /sd
parent07c287d01e02e97df76a02a9a35238915d26c01b (diff)
Drop duplicate #include
Change-Id: Ife8ebbb5e46704c5d2ff46cc345b4ed926e7dc12
Diffstat (limited to 'sd')
-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
4 files changed, 0 insertions, 6 deletions
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"