summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorDilek Uzulmez <dilekuzulmez@gmail.com>2016-10-15 16:43:26 +0300
committerjan iversen <jani@documentfoundation.org>2016-10-16 12:43:14 +0000
commit403bb51074848cd3f78c13eef14ce306e4f86501 (patch)
tree29de4b3c45beceab479a5ce305404176a5b084d4 /sd/source
parent1d52483d990f7723fe709dd0348bb9b9d0e991f2 (diff)
tdf#95416 Get rid of #include ../foo/bar.hxx style includes
Change-Id: Ic8cf5a305a8249ec64f33b23175370708ddf254e Reviewed-on: https://gerrit.libreoffice.org/29901 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/core/drawdoc.cxx2
-rw-r--r--sd/source/core/drawdoc2.cxx2
-rw-r--r--sd/source/core/drawdoc3.cxx2
-rw-r--r--sd/source/core/drawdoc4.cxx2
-rw-r--r--sd/source/core/sdpage2.cxx2
-rw-r--r--sd/source/core/undo/undoobjects.cxx2
-rw-r--r--sd/source/filter/grf/sdgrffilter.cxx2
-rw-r--r--sd/source/filter/sdfilter.cxx2
-rw-r--r--sd/source/filter/xml/sdxmlwrp.cxx2
9 files changed, 9 insertions, 9 deletions
diff --git a/sd/source/core/drawdoc.cxx b/sd/source/core/drawdoc.cxx
index 151e3416fe57..12ab9f268df1 100644
--- a/sd/source/core/drawdoc.cxx
+++ b/sd/source/core/drawdoc.cxx
@@ -92,7 +92,7 @@
#include "sdresid.hxx"
#include "cusshow.hxx"
#include "customshowlist.hxx"
-#include "../ui/inc/DrawDocShell.hxx"
+#include "DrawDocShell.hxx"
#include "../ui/inc/GraphicDocShell.hxx"
#include "../ui/inc/sdxfer.hxx"
#include "../ui/inc/ViewShell.hxx"
diff --git a/sd/source/core/drawdoc2.cxx b/sd/source/core/drawdoc2.cxx
index 5c50194e1b85..deebe82eb549 100644
--- a/sd/source/core/drawdoc2.cxx
+++ b/sd/source/core/drawdoc2.cxx
@@ -63,7 +63,7 @@
#include "cusshow.hxx"
#include "undo/undomanager.hxx"
-#include "../ui/inc/DrawDocShell.hxx"
+#include "DrawDocShell.hxx"
#include "../ui/inc/FrameView.hxx"
#include "../ui/inc/cfgids.hxx"
#include "../ui/inc/strings.hrc"
diff --git a/sd/source/core/drawdoc3.cxx b/sd/source/core/drawdoc3.cxx
index 1cc5280abf25..d977abcd5a3d 100644
--- a/sd/source/core/drawdoc3.cxx
+++ b/sd/source/core/drawdoc3.cxx
@@ -56,7 +56,7 @@
#include "../ui/inc/unmovss.hxx"
#include "../ui/inc/unchss.hxx"
#include "../ui/inc/unprlout.hxx"
-#include "../ui/inc/DrawDocShell.hxx"
+#include "DrawDocShell.hxx"
#include "../ui/inc/GraphicDocShell.hxx"
#include "../ui/inc/ViewShell.hxx"
#include "../ui/inc/View.hxx"
diff --git a/sd/source/core/drawdoc4.cxx b/sd/source/core/drawdoc4.cxx
index c6c9c2ff0347..72d68895f693 100644
--- a/sd/source/core/drawdoc4.cxx
+++ b/sd/source/core/drawdoc4.cxx
@@ -29,7 +29,7 @@
#include <comphelper/processfactory.hxx>
#include <editeng/outliner.hxx>
-#include "../ui/inc/DrawDocShell.hxx"
+#include "DrawDocShell.hxx"
#include <editeng/eeitem.hxx>
#include <vcl/settings.hxx>
diff --git a/sd/source/core/sdpage2.cxx b/sd/source/core/sdpage2.cxx
index d58daf7bbc52..fb04c4920c9e 100644
--- a/sd/source/core/sdpage2.cxx
+++ b/sd/source/core/sdpage2.cxx
@@ -42,7 +42,7 @@
#include "anminfo.hxx"
#include "../ui/inc/strings.hrc"
-#include "../ui/inc/DrawDocShell.hxx"
+#include "DrawDocShell.hxx"
#include <tools/tenccvt.hxx>
#include <svl/itemset.hxx>
diff --git a/sd/source/core/undo/undoobjects.cxx b/sd/source/core/undo/undoobjects.cxx
index 84eced5a35ae..bfe80f6fd3f5 100644
--- a/sd/source/core/undo/undoobjects.cxx
+++ b/sd/source/core/undo/undoobjects.cxx
@@ -24,7 +24,7 @@
#include "undoanim.hxx"
#include "../../ui/inc/ViewShell.hxx"
#include "../../ui/inc/ViewShellBase.hxx"
-#include "../../ui/inc/DrawDocShell.hxx"
+#include "DrawDocShell.hxx"
using namespace sd;
diff --git a/sd/source/filter/grf/sdgrffilter.cxx b/sd/source/filter/grf/sdgrffilter.cxx
index 5741ded84276..5c0201940abc 100644
--- a/sd/source/filter/grf/sdgrffilter.cxx
+++ b/sd/source/filter/grf/sdgrffilter.cxx
@@ -40,7 +40,7 @@
#include "../../ui/inc/strings.hrc"
#include "../../ui/inc/DrawViewShell.hxx"
-#include "../../ui/inc/DrawDocShell.hxx"
+#include "DrawDocShell.hxx"
#include "../../ui/inc/ClientView.hxx"
#include "../../ui/inc/FrameView.hxx"
diff --git a/sd/source/filter/sdfilter.cxx b/sd/source/filter/sdfilter.cxx
index bb5dca960d7f..c21cf23c619b 100644
--- a/sd/source/filter/sdfilter.cxx
+++ b/sd/source/filter/sdfilter.cxx
@@ -27,7 +27,7 @@
#include <sfx2/progress.hxx>
#include <svl/itemset.hxx>
-#include "../ui/inc/DrawDocShell.hxx"
+#include "DrawDocShell.hxx"
#include "../ui/inc/strings.hrc"
#include "sdresid.hxx"
diff --git a/sd/source/filter/xml/sdxmlwrp.cxx b/sd/source/filter/xml/sdxmlwrp.cxx
index efaa80722c4f..6f260913ddc8 100644
--- a/sd/source/filter/xml/sdxmlwrp.cxx
+++ b/sd/source/filter/xml/sdxmlwrp.cxx
@@ -30,7 +30,7 @@
#include <unotools/streamwrap.hxx>
#include <svx/xmlgrhlp.hxx>
-#include "../../ui/inc/DrawDocShell.hxx"
+#include "DrawDocShell.hxx"
#include "sdxmlwrp.hxx"
#include "strmname.h"