sd/qa/unit/dialogs-test.cxx | 2 +- sd/qa/unit/filters-test.cxx | 2 +- sd/qa/unit/sdmodeltestbase.hxx | 2 +- sd/source/core/drawdoc.cxx | 2 +- sd/source/core/drawdoc2.cxx | 2 +- sd/source/core/drawdoc3.cxx | 2 +- sd/source/core/drawdoc4.cxx | 2 +- sd/source/core/sdpage2.cxx | 2 +- sd/source/core/undo/undoobjects.cxx | 2 +- sd/source/filter/grf/sdgrffilter.cxx | 2 +- sd/source/filter/sdfilter.cxx | 2 +- sd/source/filter/xml/sdxmlwrp.cxx | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-)
New commits: commit 403bb51074848cd3f78c13eef14ce306e4f86501 Author: Dilek Uzulmez <dilekuzul...@gmail.com> Date: Sat Oct 15 16:43:26 2016 +0300 tdf#95416 Get rid of #include ../foo/bar.hxx style includes Change-Id: Ic8cf5a305a8249ec64f33b23175370708ddf254e Reviewed-on: https://gerrit.libreoffice.org/29901 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: jan iversen <j...@documentfoundation.org> diff --git a/sd/qa/unit/dialogs-test.cxx b/sd/qa/unit/dialogs-test.cxx index b74ec922..679c999 100644 --- a/sd/qa/unit/dialogs-test.cxx +++ b/sd/qa/unit/dialogs-test.cxx @@ -28,7 +28,7 @@ #include <vcl/sound.hxx> #include "drawdoc.hxx" -#include "../source/ui/inc/DrawDocShell.hxx" +#include "DrawDocShell.hxx" #include <osl/process.h> #include <osl/thread.h> diff --git a/sd/qa/unit/filters-test.cxx b/sd/qa/unit/filters-test.cxx index 647f9dd..961fae0 100644 --- a/sd/qa/unit/filters-test.cxx +++ b/sd/qa/unit/filters-test.cxx @@ -25,7 +25,7 @@ #include <svx/svdotext.hxx> #include "drawdoc.hxx" -#include "../source/ui/inc/DrawDocShell.hxx" +#include "DrawDocShell.hxx" #include <osl/process.h> #include <osl/thread.h> diff --git a/sd/qa/unit/sdmodeltestbase.hxx b/sd/qa/unit/sdmodeltestbase.hxx index 8fc2b3a..5b933c1 100644 --- a/sd/qa/unit/sdmodeltestbase.hxx +++ b/sd/qa/unit/sdmodeltestbase.hxx @@ -18,7 +18,7 @@ #include <unotest/macros_test.hxx> #include "drawdoc.hxx" -#include "../source/ui/inc/DrawDocShell.hxx" +#include "DrawDocShell.hxx" #include <unotools/tempfile.hxx> #include <unotools/ucbstreamhelper.hxx> #include <tools/color.hxx> diff --git a/sd/source/core/drawdoc.cxx b/sd/source/core/drawdoc.cxx index 151e341..12ab9f2 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 5c50194..deebe82 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 1cc5280..d977abc 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 c6c9c2f..72d6889 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 d58daf7..fb04c49 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 84eced5..bfe80f6 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 5741ded..5c02019 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 bb5dca9..c21cf23 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 efaa807..6f26091 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" _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits