From 3af6366dee15674b8e74c084ddc111bc93c5c1c2 Mon Sep 17 00:00:00 2001 From: Michael Dunphy Date: Fri, 19 Apr 2013 15:49:58 -0400 Subject: Remove pass-through header files sd/inc/eetext.hxx and sd/inc/app.hxx Change-Id: Iaccc7c9d81b55ef3a039cb90c4e089ebfc7fe337 Reviewed-on: https://gerrit.libreoffice.org/3487 Reviewed-by: David Tardon Tested-by: David Tardon --- sd/source/ui/docshell/docshel3.cxx | 2 +- sd/source/ui/docshell/docshel4.cxx | 2 +- sd/source/ui/docshell/docshell.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sd/source/ui/docshell') diff --git a/sd/source/ui/docshell/docshel3.cxx b/sd/source/ui/docshell/docshel3.cxx index 70ef8e5f7cee..1cf47842b0ec 100644 --- a/sd/source/ui/docshell/docshel3.cxx +++ b/sd/source/ui/docshell/docshel3.cxx @@ -44,7 +44,7 @@ #include "glob.hrc" #include "res_bmp.hrc" -#include "app.hxx" +#include "sdmod.hxx" #include "drawdoc.hxx" #include "sdpage.hxx" #include "sdattr.hxx" diff --git a/sd/source/ui/docshell/docshel4.cxx b/sd/source/ui/docshell/docshel4.cxx index 64f24c6a9cdd..2d1db9bd02c2 100644 --- a/sd/source/ui/docshell/docshel4.cxx +++ b/sd/source/ui/docshell/docshel4.cxx @@ -59,7 +59,7 @@ #include "sdattr.hxx" #include "drawdoc.hxx" #include "ViewShell.hxx" -#include "app.hxx" +#include "sdmod.hxx" #include "View.hxx" #include "sdpage.hxx" #include "sdresid.hxx" diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx index b2ae452e24d4..830879bcfb14 100644 --- a/sd/source/ui/docshell/docshell.cxx +++ b/sd/source/ui/docshell/docshell.cxx @@ -47,7 +47,7 @@ #include #include "app.hrc" -#include "app.hxx" +#include "sdmod.hxx" #include "strmname.h" #include "stlpool.hxx" #include "strings.hrc" -- cgit