diff options
author | Michael Dunphy <michael.w.dunphy@gmail.com> | 2013-04-19 15:49:58 -0400 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-20 12:45:37 +0000 |
commit | 3af6366dee15674b8e74c084ddc111bc93c5c1c2 (patch) | |
tree | 5930d4ab776e8097a629e377d4a1b1639c8ff9bd /sd/source/ui/docshell | |
parent | 89feda6bfdeacb647d44cb432d5ebc2678c44c89 (diff) |
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 <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'sd/source/ui/docshell')
-rw-r--r-- | sd/source/ui/docshell/docshel3.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/docshell/docshel4.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/docshell/docshell.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
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 <sfx2/fcontnr.hxx> #include "app.hrc" -#include "app.hxx" +#include "sdmod.hxx" #include "strmname.h" #include "stlpool.hxx" #include "strings.hrc" |